AWS::SageMaker::Workteam CognitoMemberDefinition - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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