Interface CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty.Jsii$Proxy
- Enclosing class:
CfnWorkteamPropsMixin
@Stability(Stable)
public static interface CfnWorkteamPropsMixin.CognitoMemberDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.sagemaker.*;
CognitoMemberDefinitionProperty cognitoMemberDefinitionProperty = CognitoMemberDefinitionProperty.builder()
.cognitoClientId("cognitoClientId")
.cognitoUserGroup("cognitoUserGroup")
.cognitoUserPool("cognitoUserPool")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkteamPropsMixin.CognitoMemberDefinitionPropertystatic final classAn implementation forCfnWorkteamPropsMixin.CognitoMemberDefinitionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCognitoClientId
An identifier for an application client.You must create the app client ID using Amazon Cognito .
- See Also:
-
getCognitoUserGroup
An identifier for a user group.- See Also:
-
getCognitoUserPool
An identifier for a user pool.The user pool must be in the same region as the service that you are calling.
- See Also:
-
builder
-