NotebookInstanceInstanceMetadataServiceConfigurationArgs

data class NotebookInstanceInstanceMetadataServiceConfigurationArgs(val minimumInstanceMetadataServiceVersion: Output<String>? = null) : ConvertibleToJava<NotebookInstanceInstanceMetadataServiceConfigurationArgs>

Constructors

constructor(minimumInstanceMetadataServiceVersion: Output<String>? = null)

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.

Functions

Link copied to clipboard
open override fun toJava(): NotebookInstanceInstanceMetadataServiceConfigurationArgs