Class CfnNotebookInstancePropsMixin.InstanceMetadataServiceConfigurationProperty
Information on the IMDS configuration of the notebook instance.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.SageMaker
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnNotebookInstancePropsMixin.InstanceMetadataServiceConfigurationProperty : CfnNotebookInstancePropsMixin.IInstanceMetadataServiceConfigurationProperty
Syntax (vb)
Public Class CfnNotebookInstancePropsMixin.InstanceMetadataServiceConfigurationProperty Implements CfnNotebookInstancePropsMixin.IInstanceMetadataServiceConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var instanceMetadataServiceConfigurationProperty = new InstanceMetadataServiceConfigurationProperty {
MinimumInstanceMetadataServiceVersion = "minimumInstanceMetadataServiceVersion"
};
Synopsis
Constructors
| InstanceMetadataServiceConfigurationProperty() | Information on the IMDS configuration of the notebook instance. |
Properties
| MinimumInstanceMetadataServiceVersion | Indicates the minimum IMDS version that the notebook instance supports. |
Constructors
InstanceMetadataServiceConfigurationProperty()
Information on the IMDS configuration of the notebook instance.
public InstanceMetadataServiceConfigurationProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.SageMaker;
var instanceMetadataServiceConfigurationProperty = new InstanceMetadataServiceConfigurationProperty {
MinimumInstanceMetadataServiceVersion = "minimumInstanceMetadataServiceVersion"
};
Properties
MinimumInstanceMetadataServiceVersion
Indicates the minimum IMDS version that the notebook instance supports.
public string? MinimumInstanceMetadataServiceVersion { get; set; }
Property Value
Remarks
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.