@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.196Z") @Stability(value=Stable) public interface CfnAppProps extends software.amazon.jsii.JsiiSerializable
Modifier and Type | Interface and Description |
---|---|
static class |
CfnAppProps.Builder
A builder for
CfnAppProps |
static class |
CfnAppProps.Jsii$Proxy
An implementation for
CfnAppProps |
Modifier and Type | Method and Description |
---|---|
static CfnAppProps.Builder |
builder() |
String |
getAppName()
`AWS::SageMaker::App.AppName`.
|
String |
getAppType()
`AWS::SageMaker::App.AppType`.
|
String |
getDomainId()
`AWS::SageMaker::App.DomainId`.
|
default Object |
getResourceSpec()
`AWS::SageMaker::App.ResourceSpec`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::App.Tags`.
|
String |
getUserProfileName()
`AWS::SageMaker::App.UserProfileName`.
|
@Stability(value=Stable) @NotNull String getAppName()
@Stability(value=Stable) @NotNull String getAppType()
@Stability(value=Stable) @NotNull String getDomainId()
@Stability(value=Stable) @NotNull String getUserProfileName()
@Stability(value=Stable) @Nullable default Object getResourceSpec()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnAppProps.Builder builder()
CfnAppProps.Builder
of CfnAppProps
Copyright © 2021. All rights reserved.