@Stability(value=Stable)
public static interface CfnWorkteam.MemberDefinitionProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
MemberDefinitionProperty memberDefinitionProperty = MemberDefinitionProperty.builder()
.cognitoMemberDefinition(CognitoMemberDefinitionProperty.builder()
.cognitoClientId("cognitoClientId")
.cognitoUserGroup("cognitoUserGroup")
.cognitoUserPool("cognitoUserPool")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkteam.MemberDefinitionProperty.Builder
A builder for
CfnWorkteam.MemberDefinitionProperty |
static class |
CfnWorkteam.MemberDefinitionProperty.Jsii$Proxy
An implementation for
CfnWorkteam.MemberDefinitionProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkteam.MemberDefinitionProperty.Builder |
builder() |
Object |
getCognitoMemberDefinition()
The Amazon Cognito user group that is part of the work team.
|
@Stability(value=Stable) @NotNull Object getCognitoMemberDefinition()
@Stability(value=Stable) static CfnWorkteam.MemberDefinitionProperty.Builder builder()
Copyright © 2022. All rights reserved.