Class CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty
Identifies a Amazon Cognito user group.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty : CfnWorkteamPropsMixin.ICognitoMemberDefinitionProperty
Syntax (vb)
Public Class CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty Implements CfnWorkteamPropsMixin.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.CfnPropertyMixins.AWS.SageMaker;
var cognitoMemberDefinitionProperty = new CognitoMemberDefinitionProperty {
CognitoClientId = "cognitoClientId",
CognitoUserGroup = "cognitoUserGroup",
CognitoUserPool = "cognitoUserPool"
};
Synopsis
Constructors
| CognitoMemberDefinitionProperty() | Identifies a Amazon Cognito user group. |
Properties
| CognitoClientId | An identifier for an application client. |
| CognitoUserGroup | An identifier for a user group. |
| CognitoUserPool | An identifier for a user pool. |
Constructors
CognitoMemberDefinitionProperty()
Identifies a Amazon Cognito user group.
public CognitoMemberDefinitionProperty()
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.CfnPropertyMixins.AWS.SageMaker;
var cognitoMemberDefinitionProperty = new CognitoMemberDefinitionProperty {
CognitoClientId = "cognitoClientId",
CognitoUserGroup = "cognitoUserGroup",
CognitoUserPool = "cognitoUserPool"
};
Properties
CognitoClientId
An identifier for an application client.
public string? CognitoClientId { get; set; }
Property Value
Remarks
You must create the app client ID using Amazon Cognito .
CognitoUserGroup
An identifier for a user group.
public string? CognitoUserGroup { get; set; }
Property Value
Remarks
CognitoUserPool
An identifier for a user pool.
public string? CognitoUserPool { get; set; }
Property Value
Remarks
The user pool must be in the same region as the service that you are calling.