@Stability(value=Stable)
public static interface CfnWorkteam.CognitoMemberDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
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.services.sagemaker.*;
CognitoMemberDefinitionProperty cognitoMemberDefinitionProperty = CognitoMemberDefinitionProperty.builder()
.cognitoClientId("cognitoClientId")
.cognitoUserGroup("cognitoUserGroup")
.cognitoUserPool("cognitoUserPool")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkteam.CognitoMemberDefinitionProperty.Builder
A builder for
CfnWorkteam.CognitoMemberDefinitionProperty |
static class |
CfnWorkteam.CognitoMemberDefinitionProperty.Jsii$Proxy
An implementation for
CfnWorkteam.CognitoMemberDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkteam.CognitoMemberDefinitionProperty.Builder |
builder() |
String |
getCognitoClientId()
An identifier for an application client.
|
String |
getCognitoUserGroup()
An identifier for a user group.
|
String |
getCognitoUserPool()
An identifier for a user pool.
|
@Stability(value=Stable) @NotNull String getCognitoClientId()
You must create the app client ID using Amazon Cognito.
@Stability(value=Stable) @NotNull String getCognitoUserGroup()
@Stability(value=Stable) @NotNull String getCognitoUserPool()
The user pool must be in the same region as the service that you are calling.
@Stability(value=Stable) static CfnWorkteam.CognitoMemberDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.