Show / Hide Table of Contents

Class CfnNotebookInstancePropsMixin.InstanceMetadataServiceConfigurationProperty

Information on the IMDS configuration of the notebook instance.

Inheritance
object
CfnNotebookInstancePropsMixin.InstanceMetadataServiceConfigurationProperty
Implements
CfnNotebookInstancePropsMixin.IInstanceMetadataServiceConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-notebookinstance-instancemetadataserviceconfiguration.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-notebookinstance-instancemetadataserviceconfiguration.html

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

string

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-notebookinstance-instancemetadataserviceconfiguration.html#cfn-sagemaker-notebookinstance-instancemetadataserviceconfiguration-minimuminstancemetadataserviceversion

Implements

CfnNotebookInstancePropsMixin.IInstanceMetadataServiceConfigurationProperty
Back to top Generated by DocFX