AWS::SageMaker::Workteam CognitoMemberDefinition - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Workteam CognitoMemberDefinition

Identifies a Amazon Cognito user group. A user group can be used in on or more work teams.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "CognitoClientId" : String, "CognitoUserGroup" : String, "CognitoUserPool" : String }

YAML

CognitoClientId: String CognitoUserGroup: String CognitoUserPool: String

Properties

CognitoClientId

An identifier for an application client. You must create the app client ID using Amazon Cognito.

Required: Yes

Type: String

Update requires: No interruption

CognitoUserGroup

An identifier for a user group.

Required: Yes

Type: String

Update requires: No interruption

CognitoUserPool

An identifier for a user pool. The user pool must be in the same region as the service that you are calling.

Required: Yes

Type: String

Update requires: No interruption