@Generated(value="jsii-pacmak/1.30.0 (build adae23f)", date="2021-06-30T10:01:38.231Z") @Stability(value=Stable) public class CfnNotebookInstance extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnNotebookInstance.Builder
A fluent builder for
CfnNotebookInstance. |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnNotebookInstance(software.constructs.Construct scope,
String id,
CfnNotebookInstanceProps props)
Create a new `AWS::SageMaker::NotebookInstance`.
|
protected |
CfnNotebookInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnNotebookInstance(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getAcceleratorTypes()
`AWS::SageMaker::NotebookInstance.AcceleratorTypes`.
|
List<String> |
getAdditionalCodeRepositories()
`AWS::SageMaker::NotebookInstance.AdditionalCodeRepositories`.
|
String |
getAttrNotebookInstanceName() |
protected Map<String,Object> |
getCfnProperties() |
String |
getDefaultCodeRepository()
`AWS::SageMaker::NotebookInstance.DefaultCodeRepository`.
|
String |
getDirectInternetAccess()
`AWS::SageMaker::NotebookInstance.DirectInternetAccess`.
|
String |
getInstanceType()
`AWS::SageMaker::NotebookInstance.InstanceType`.
|
String |
getKmsKeyId()
`AWS::SageMaker::NotebookInstance.KmsKeyId`.
|
String |
getLifecycleConfigName()
`AWS::SageMaker::NotebookInstance.LifecycleConfigName`.
|
String |
getNotebookInstanceName()
`AWS::SageMaker::NotebookInstance.NotebookInstanceName`.
|
String |
getRoleArn()
`AWS::SageMaker::NotebookInstance.RoleArn`.
|
String |
getRootAccess()
`AWS::SageMaker::NotebookInstance.RootAccess`.
|
List<String> |
getSecurityGroupIds()
`AWS::SageMaker::NotebookInstance.SecurityGroupIds`.
|
String |
getSubnetId()
`AWS::SageMaker::NotebookInstance.SubnetId`.
|
TagManager |
getTags()
`AWS::SageMaker::NotebookInstance.Tags`.
|
Number |
getVolumeSizeInGb()
`AWS::SageMaker::NotebookInstance.VolumeSizeInGB`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAcceleratorTypes(List<String> value)
`AWS::SageMaker::NotebookInstance.AcceleratorTypes`.
|
void |
setAdditionalCodeRepositories(List<String> value)
`AWS::SageMaker::NotebookInstance.AdditionalCodeRepositories`.
|
void |
setDefaultCodeRepository(String value)
`AWS::SageMaker::NotebookInstance.DefaultCodeRepository`.
|
void |
setDirectInternetAccess(String value)
`AWS::SageMaker::NotebookInstance.DirectInternetAccess`.
|
void |
setInstanceType(String value)
`AWS::SageMaker::NotebookInstance.InstanceType`.
|
void |
setKmsKeyId(String value)
`AWS::SageMaker::NotebookInstance.KmsKeyId`.
|
void |
setLifecycleConfigName(String value)
`AWS::SageMaker::NotebookInstance.LifecycleConfigName`.
|
void |
setNotebookInstanceName(String value)
`AWS::SageMaker::NotebookInstance.NotebookInstanceName`.
|
void |
setRoleArn(String value)
`AWS::SageMaker::NotebookInstance.RoleArn`.
|
void |
setRootAccess(String value)
`AWS::SageMaker::NotebookInstance.RootAccess`.
|
void |
setSecurityGroupIds(List<String> value)
`AWS::SageMaker::NotebookInstance.SecurityGroupIds`.
|
void |
setSubnetId(String value)
`AWS::SageMaker::NotebookInstance.SubnetId`.
|
void |
setVolumeSizeInGb(Number value)
`AWS::SageMaker::NotebookInstance.VolumeSizeInGB`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnNotebookInstance(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnNotebookInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnNotebookInstance(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnNotebookInstanceProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrNotebookInstanceName()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public TagManager getTags()
@Stability(value=Stable) @NotNull public String getInstanceType()
@Stability(value=Stable)
public void setInstanceType(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getRoleArn()
@Stability(value=Stable)
public void setRoleArn(@NotNull
String value)
@Stability(value=Stable) @Nullable public List<String> getAcceleratorTypes()
@Stability(value=Stable)
public void setAcceleratorTypes(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public List<String> getAdditionalCodeRepositories()
@Stability(value=Stable)
public void setAdditionalCodeRepositories(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getDefaultCodeRepository()
@Stability(value=Stable)
public void setDefaultCodeRepository(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getDirectInternetAccess()
@Stability(value=Stable)
public void setDirectInternetAccess(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKmsKeyId()
@Stability(value=Stable)
public void setKmsKeyId(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getLifecycleConfigName()
@Stability(value=Stable)
public void setLifecycleConfigName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getNotebookInstanceName()
@Stability(value=Stable)
public void setNotebookInstanceName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getRootAccess()
@Stability(value=Stable)
public void setRootAccess(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<String> getSecurityGroupIds()
@Stability(value=Stable)
public void setSecurityGroupIds(@Nullable
List<String> value)
@Stability(value=Stable) @Nullable public String getSubnetId()
@Stability(value=Stable)
public void setSubnetId(@Nullable
String value)
@Stability(value=Stable) @Nullable public Number getVolumeSizeInGb()
@Stability(value=Stable)
public void setVolumeSizeInGb(@Nullable
Number value)
Copyright © 2021. All rights reserved.