NotebookInstanceInstanceMetadataServiceConfiguration

data class NotebookInstanceInstanceMetadataServiceConfiguration(val minimumInstanceMetadataServiceVersion: String? = null)

Constructors

constructor(minimumInstanceMetadataServiceVersion: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates the minimum IMDS version that the notebook instance supports. When passed "1" is passed. This means that both IMDSv1 and IMDSv2 are supported. Valid values are 1 and 2.