Interface CfnWorkteam.ICognitoMemberDefinitionProperty
Identifies a Amazon Cognito user group.
Namespace: Amazon.CDK.AWS.Sagemaker
Assembly: Amazon.CDK.AWS.Sagemaker.dll
Syntax (csharp)
public interface ICognitoMemberDefinitionProperty
Syntax (vb)
Public Interface ICognitoMemberDefinitionProperty
Remarks
A user group can be used in on or more work teams.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.Sagemaker;
var cognitoMemberDefinitionProperty = new CognitoMemberDefinitionProperty {
CognitoClientId = "cognitoClientId",
CognitoUserGroup = "cognitoUserGroup",
CognitoUserPool = "cognitoUserPool"
};
Synopsis
Properties
Cognito |
An identifier for an application client. |
Cognito |
An identifier for a user group. |
Cognito |
An identifier for a user pool. |
Properties
CognitoClientId
An identifier for an application client.
string CognitoClientId { get; }
Property Value
System.
Remarks
You must create the app client ID using Amazon Cognito.
CognitoUserGroup
An identifier for a user group.
string CognitoUserGroup { get; }
Property Value
System.
Remarks
CognitoUserPool
An identifier for a user pool.
string CognitoUserPool { get; }
Property Value
System.
Remarks
The user pool must be in the same region as the service that you are calling.