aws-cdk-lib.aws_sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty

interface CognitoMemberDefinitionProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnWorkteam_CognitoMemberDefinitionProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty
Pythonaws_cdk.aws_sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnWorkteam » CognitoMemberDefinitionProperty

Identifies a Amazon Cognito user group.

A user group can be used in on or more work teams.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const cognitoMemberDefinitionProperty: sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty = {
  cognitoClientId: 'cognitoClientId',
  cognitoUserGroup: 'cognitoUserGroup',
  cognitoUserPool: 'cognitoUserPool',
};

Properties

NameTypeDescription
cognitoClientIdstringAn identifier for an application client.
cognitoUserGroupstringAn identifier for a user group.
cognitoUserPoolstringAn identifier for a user pool.

cognitoClientId

Type: string

An identifier for an application client.

You must create the app client ID using Amazon Cognito.


cognitoUserGroup

Type: string

An identifier for a user group.


cognitoUserPool

Type: string

An identifier for a user pool.

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