interface CognitoMemberDefinitionProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnWorkteam_CognitoMemberDefinitionProperty |
![]() | software.amazon.awscdk.services.sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty |
![]() | aws_cdk.aws_sagemaker.CfnWorkteam.CognitoMemberDefinitionProperty |
![]() | 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
Name | Type | Description |
---|---|---|
cognito | string | An identifier for an application client. |
cognito | string | An identifier for a user group. |
cognito | string | An 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.