@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:47.945Z") @Stability(value=Stable) public interface CfnDomainProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDomainProps.Builder
A builder for
CfnDomainProps |
static class |
CfnDomainProps.Jsii$Proxy
An implementation for
CfnDomainProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnDomainProps.Builder |
builder() |
default String |
getAppNetworkAccessType()
`AWS::SageMaker::Domain.AppNetworkAccessType`.
|
String |
getAuthMode()
`AWS::SageMaker::Domain.AuthMode`.
|
Object |
getDefaultUserSettings()
`AWS::SageMaker::Domain.DefaultUserSettings`.
|
String |
getDomainName()
`AWS::SageMaker::Domain.DomainName`.
|
default String |
getKmsKeyId()
`AWS::SageMaker::Domain.KmsKeyId`.
|
List<String> |
getSubnetIds()
`AWS::SageMaker::Domain.SubnetIds`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::Domain.Tags`.
|
String |
getVpcId()
`AWS::SageMaker::Domain.VpcId`.
|
@Stability(value=Stable) @NotNull String getAuthMode()
@Stability(value=Stable) @NotNull Object getDefaultUserSettings()
@Stability(value=Stable) @NotNull String getDomainName()
@Stability(value=Stable) @NotNull List<String> getSubnetIds()
@Stability(value=Stable) @NotNull String getVpcId()
@Stability(value=Stable) @Nullable default String getAppNetworkAccessType()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnDomainProps.Builder builder()
CfnDomainProps.Builder of CfnDomainPropsCopyright © 2021. All rights reserved.