aws-cdk-lib.aws_sagemaker.CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty

interface InstanceMetadataServiceConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.Sagemaker.CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awssagemaker#CfnNotebookInstance_InstanceMetadataServiceConfigurationProperty
Javasoftware.amazon.awscdk.services.sagemaker.CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
Pythonaws_cdk.aws_sagemaker.CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty
TypeScript aws-cdk-lib » aws_sagemaker » CfnNotebookInstance » InstanceMetadataServiceConfigurationProperty

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 { aws_sagemaker as sagemaker } from 'aws-cdk-lib';
const instanceMetadataServiceConfigurationProperty: sagemaker.CfnNotebookInstance.InstanceMetadataServiceConfigurationProperty = {
  minimumInstanceMetadataServiceVersion: 'minimumInstanceMetadataServiceVersion',
};

Properties

NameTypeDescription
minimumInstanceMetadataServiceVersionstringIndicates the minimum IMDS version that the notebook instance supports.

minimumInstanceMetadataServiceVersion

Type: string

Indicates the minimum IMDS version that the notebook instance supports.

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.