Show / Hide Table of Contents

Class CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty

Identifies a Amazon Cognito user group.

Inheritance
object
CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty
Implements
CfnWorkteamPropsMixin.ICognitoMemberDefinitionProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html

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

string

Remarks

You must create the app client ID using Amazon Cognito .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html#cfn-sagemaker-workteam-cognitomemberdefinition-cognitoclientid

CognitoUserGroup

An identifier for a user group.

public string? CognitoUserGroup { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html#cfn-sagemaker-workteam-cognitomemberdefinition-cognitousergroup

CognitoUserPool

An identifier for a user pool.

public string? CognitoUserPool { get; set; }
Property Value

string

Remarks

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-workteam-cognitomemberdefinition.html#cfn-sagemaker-workteam-cognitomemberdefinition-cognitouserpool

Implements

CfnWorkteamPropsMixin.ICognitoMemberDefinitionProperty
Back to top Generated by DocFX