NotebookInstanceInstanceMetadataServiceConfiguration constructor

const NotebookInstanceInstanceMetadataServiceConfiguration({
  1. Input<String?>? minimumInstanceMetadataServiceVersion,
})

Creates a new NotebookInstanceInstanceMetadataServiceConfiguration. minimumInstanceMetadataServiceVersion 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.

Implementation

const NotebookInstanceInstanceMetadataServiceConfiguration({
  this.minimumInstanceMetadataServiceVersion,
});