AWS::SageMaker::Workteam CognitoMemberDefinition - AWS CloudFormation

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