public static interface CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
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.*; InstanceMetadataServiceConfigurationProperty instanceMetadataServiceConfigurationProperty = InstanceMetadataServiceConfigurationProperty.builder() .minimumInstanceMetadataServiceVersion("minimumInstanceMetadataServiceVersion") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder
|
static class |
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Jsii$Proxy
An implementation for
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Builder |
builder() |
java.lang.String |
getMinimumInstanceMetadataServiceVersion()
Indicates the minimum IMDS version that the notebook instance supports.
|
java.lang.String getMinimumInstanceMetadataServiceVersion()
When passed as part of CreateNotebookInstance
, if no value is selected, then it defaults to IMDSv1. This means that both IMDSv1 and IMDSv2 are supported. If passed as part of UpdateNotebookInstance
, there is no default.