@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.980Z") @Stability(value=Stable) public interface CfnUserProfileProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnUserProfileProps.Builder
A builder for
CfnUserProfileProps |
static class |
CfnUserProfileProps.Jsii$Proxy
An implementation for
CfnUserProfileProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnUserProfileProps.Builder |
builder() |
String |
getDomainId()
`AWS::SageMaker::UserProfile.DomainId`.
|
default String |
getSingleSignOnUserIdentifier()
`AWS::SageMaker::UserProfile.SingleSignOnUserIdentifier`.
|
default String |
getSingleSignOnUserValue()
`AWS::SageMaker::UserProfile.SingleSignOnUserValue`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::UserProfile.Tags`.
|
String |
getUserProfileName()
`AWS::SageMaker::UserProfile.UserProfileName`.
|
default Object |
getUserSettings()
`AWS::SageMaker::UserProfile.UserSettings`.
|
@Stability(value=Stable) @NotNull String getDomainId()
@Stability(value=Stable) @NotNull String getUserProfileName()
@Stability(value=Stable) @Nullable default String getSingleSignOnUserIdentifier()
@Stability(value=Stable) @Nullable default String getSingleSignOnUserValue()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Object getUserSettings()
@Stability(value=Stable) static CfnUserProfileProps.Builder builder()
CfnUserProfileProps.Builder of CfnUserProfilePropsCopyright © 2021. All rights reserved.