Interface CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnNotebookInstance

@Stability(Stable) public static interface CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Information on the IMDS configuration of the notebook instance.

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();
 

See Also: