NotebookInstanceInstanceMetadataServiceConfigurationArgs

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

Constructors

fun NotebookInstanceInstanceMetadataServiceConfigurationArgs(minimumInstanceMetadataServiceVersion: Output<String>? = null)

Functions

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

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.