Class CfnNotebookInstance
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.sagemaker.CfnNotebookInstance
- All Implemented Interfaces:
IInspectable,ITaggable,INotebookInstanceRef,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-29T11:15:48.212Z")
@Stability(Stable)
public class CfnNotebookInstance
extends CfnResource
implements IInspectable, INotebookInstanceRef, ITaggable
The
AWS::SageMaker::NotebookInstance resource creates an Amazon SageMaker notebook instance.
A notebook instance is a machine learning (ML) compute instance running on a Jupyter notebook. For more information, see Use Notebook Instances .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CfnNotebookInstance cfnNotebookInstance = CfnNotebookInstance.Builder.create(this, "MyCfnNotebookInstance")
.instanceType("instanceType")
.roleArn("roleArn")
// the properties below are optional
.acceleratorTypes(List.of("acceleratorTypes"))
.additionalCodeRepositories(List.of("additionalCodeRepositories"))
.defaultCodeRepository("defaultCodeRepository")
.directInternetAccess("directInternetAccess")
.instanceMetadataServiceConfiguration(InstanceMetadataServiceConfigurationProperty.builder()
.minimumInstanceMetadataServiceVersion("minimumInstanceMetadataServiceVersion")
.build())
.kmsKeyId("kmsKeyId")
.lifecycleConfigName("lifecycleConfigName")
.notebookInstanceName("notebookInstanceName")
.platformIdentifier("platformIdentifier")
.rootAccess("rootAccess")
.securityGroupIds(List.of("securityGroupIds"))
.subnetId("subnetId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.volumeSizeInGb(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classA fluent builder forCfnNotebookInstance.static interfaceInformation on the IMDS configuration of the notebook instance.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.sagemaker.INotebookInstanceRef
INotebookInstanceRef.Jsii$Default, INotebookInstanceRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnNotebookInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnNotebookInstance(software.amazon.jsii.JsiiObjectRef objRef) CfnNotebookInstance(software.constructs.Construct scope, String id, CfnNotebookInstanceProps props) -
Method Summary
Modifier and TypeMethodDescriptionA list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance.An array of up to three Git repositories associated with the notebook instance.The name of the notebook instance, such asMyNotebookInstance.The Git repository associated with the notebook instance as its default code repository.Sets whether SageMaker AI provides internet access to the notebook instance.Information on the IMDS configuration of the notebook instance.The type of ML compute instance to launch for the notebook instance.The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker AI uses to encrypt data on the storage volume attached to your notebook instance.The name of a lifecycle configuration to associate with the notebook instance.The name of the new notebook instance.A reference to a NotebookInstance resource.The platform identifier of the notebook instance runtime environment.When you send any requests to AWS resources from the notebook instance, SageMaker AI assumes this role to perform tasks on your behalf.Whether root access is enabled or disabled for users of the notebook instance.The VPC security group IDs, in the form sg-xxxxxxxx.The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.getTags()Tag Manager which manages the tags for this resource.A list of key-value pairs to apply to this resource.The size, in GB, of the ML storage volume to attach to the notebook instance.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetAcceleratorTypes(List<String> value) A list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance.voidsetAdditionalCodeRepositories(List<String> value) An array of up to three Git repositories associated with the notebook instance.voidsetDefaultCodeRepository(String value) The Git repository associated with the notebook instance as its default code repository.voidsetDirectInternetAccess(String value) Sets whether SageMaker AI provides internet access to the notebook instance.voidInformation on the IMDS configuration of the notebook instance.voidsetInstanceMetadataServiceConfiguration(CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty value) Information on the IMDS configuration of the notebook instance.voidsetInstanceType(String value) The type of ML compute instance to launch for the notebook instance.voidsetKmsKeyId(String value) The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker AI uses to encrypt data on the storage volume attached to your notebook instance.voidsetLifecycleConfigName(String value) The name of a lifecycle configuration to associate with the notebook instance.voidsetNotebookInstanceName(String value) The name of the new notebook instance.voidsetPlatformIdentifier(String value) The platform identifier of the notebook instance runtime environment.voidsetRoleArn(String value) When you send any requests to AWS resources from the notebook instance, SageMaker AI assumes this role to perform tasks on your behalf.voidsetRootAccess(String value) Whether root access is enabled or disabled for users of the notebook instance.voidsetSecurityGroupIds(List<String> value) The VPC security group IDs, in the form sg-xxxxxxxx.voidsetSubnetId(String value) The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance.voidsetTagsRaw(List<CfnTag> value) A list of key-value pairs to apply to this resource.voidsetVolumeSizeInGb(Number value) The size, in GB, of the ML storage volume to attach to the notebook instance.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnNotebookInstance
protected CfnNotebookInstance(software.amazon.jsii.JsiiObjectRef objRef) -
CfnNotebookInstance
protected CfnNotebookInstance(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnNotebookInstance
@Stability(Stable) public CfnNotebookInstance(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnNotebookInstanceProps props) - Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrId
-
getAttrNotebookInstanceName
The name of the notebook instance, such asMyNotebookInstance. -
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getNotebookInstanceRef
A reference to a NotebookInstance resource.- Specified by:
getNotebookInstanceRefin interfaceINotebookInstanceRef
-
getTags
Tag Manager which manages the tags for this resource. -
getInstanceType
The type of ML compute instance to launch for the notebook instance. -
setInstanceType
The type of ML compute instance to launch for the notebook instance. -
getRoleArn
When you send any requests to AWS resources from the notebook instance, SageMaker AI assumes this role to perform tasks on your behalf. -
setRoleArn
When you send any requests to AWS resources from the notebook instance, SageMaker AI assumes this role to perform tasks on your behalf. -
getAcceleratorTypes
A list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance. -
setAcceleratorTypes
A list of Amazon Elastic Inference (EI) instance types to associate with the notebook instance. -
getAdditionalCodeRepositories
An array of up to three Git repositories associated with the notebook instance. -
setAdditionalCodeRepositories
An array of up to three Git repositories associated with the notebook instance. -
getDefaultCodeRepository
The Git repository associated with the notebook instance as its default code repository. -
setDefaultCodeRepository
The Git repository associated with the notebook instance as its default code repository. -
getDirectInternetAccess
Sets whether SageMaker AI provides internet access to the notebook instance. -
setDirectInternetAccess
Sets whether SageMaker AI provides internet access to the notebook instance. -
getInstanceMetadataServiceConfiguration
Information on the IMDS configuration of the notebook instance.Returns union: either
IResolvableorCfnNotebookInstance.InstanceMetadataServiceConfigurationProperty -
setInstanceMetadataServiceConfiguration
Information on the IMDS configuration of the notebook instance. -
setInstanceMetadataServiceConfiguration
@Stability(Stable) public void setInstanceMetadataServiceConfiguration(@Nullable CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty value) Information on the IMDS configuration of the notebook instance. -
getKmsKeyId
The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker AI uses to encrypt data on the storage volume attached to your notebook instance. -
setKmsKeyId
The Amazon Resource Name (ARN) of a AWS Key Management Service key that SageMaker AI uses to encrypt data on the storage volume attached to your notebook instance. -
getLifecycleConfigName
The name of a lifecycle configuration to associate with the notebook instance. -
setLifecycleConfigName
The name of a lifecycle configuration to associate with the notebook instance. -
getNotebookInstanceName
The name of the new notebook instance. -
setNotebookInstanceName
The name of the new notebook instance. -
getPlatformIdentifier
The platform identifier of the notebook instance runtime environment. -
setPlatformIdentifier
The platform identifier of the notebook instance runtime environment. -
getRootAccess
Whether root access is enabled or disabled for users of the notebook instance.The default value is
Enabled. -
setRootAccess
Whether root access is enabled or disabled for users of the notebook instance.The default value is
Enabled. -
getSecurityGroupIds
The VPC security group IDs, in the form sg-xxxxxxxx. -
setSecurityGroupIds
The VPC security group IDs, in the form sg-xxxxxxxx. -
getSubnetId
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance. -
setSubnetId
The ID of the subnet in a VPC to which you would like to have a connectivity from your ML compute instance. -
getTagsRaw
A list of key-value pairs to apply to this resource. -
setTagsRaw
A list of key-value pairs to apply to this resource. -
getVolumeSizeInGb
The size, in GB, of the ML storage volume to attach to the notebook instance. -
setVolumeSizeInGb
The size, in GB, of the ML storage volume to attach to the notebook instance.
-