@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.234Z") @Stability(value=Stable) public interface CfnNotebookInstanceProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnNotebookInstanceProps.Builder
A builder for
CfnNotebookInstanceProps |
static class |
CfnNotebookInstanceProps.Jsii$Proxy
An implementation for
CfnNotebookInstanceProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnNotebookInstanceProps.Builder |
builder() |
default List<String> |
getAcceleratorTypes()
`AWS::SageMaker::NotebookInstance.AcceleratorTypes`.
|
default List<String> |
getAdditionalCodeRepositories()
`AWS::SageMaker::NotebookInstance.AdditionalCodeRepositories`.
|
default String |
getDefaultCodeRepository()
`AWS::SageMaker::NotebookInstance.DefaultCodeRepository`.
|
default String |
getDirectInternetAccess()
`AWS::SageMaker::NotebookInstance.DirectInternetAccess`.
|
String |
getInstanceType()
`AWS::SageMaker::NotebookInstance.InstanceType`.
|
default String |
getKmsKeyId()
`AWS::SageMaker::NotebookInstance.KmsKeyId`.
|
default String |
getLifecycleConfigName()
`AWS::SageMaker::NotebookInstance.LifecycleConfigName`.
|
default String |
getNotebookInstanceName()
`AWS::SageMaker::NotebookInstance.NotebookInstanceName`.
|
String |
getRoleArn()
`AWS::SageMaker::NotebookInstance.RoleArn`.
|
default String |
getRootAccess()
`AWS::SageMaker::NotebookInstance.RootAccess`.
|
default List<String> |
getSecurityGroupIds()
`AWS::SageMaker::NotebookInstance.SecurityGroupIds`.
|
default String |
getSubnetId()
`AWS::SageMaker::NotebookInstance.SubnetId`.
|
default List<CfnTag> |
getTags()
`AWS::SageMaker::NotebookInstance.Tags`.
|
default Number |
getVolumeSizeInGb()
`AWS::SageMaker::NotebookInstance.VolumeSizeInGB`.
|
@Stability(value=Stable) @NotNull String getInstanceType()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) @Nullable default List<String> getAcceleratorTypes()
@Stability(value=Stable) @Nullable default List<String> getAdditionalCodeRepositories()
@Stability(value=Stable) @Nullable default String getDefaultCodeRepository()
@Stability(value=Stable) @Nullable default String getDirectInternetAccess()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getLifecycleConfigName()
@Stability(value=Stable) @Nullable default String getNotebookInstanceName()
@Stability(value=Stable) @Nullable default String getRootAccess()
@Stability(value=Stable) @Nullable default List<String> getSecurityGroupIds()
@Stability(value=Stable) @Nullable default String getSubnetId()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) @Nullable default Number getVolumeSizeInGb()
@Stability(value=Stable) static CfnNotebookInstanceProps.Builder builder()
CfnNotebookInstanceProps.Builder of CfnNotebookInstancePropsCopyright © 2021. All rights reserved.