Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceMetadataServiceConfiguration

import type { InstanceMetadataServiceConfiguration } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";

Information on the IMDS configuration of the notebook instance

interface InstanceMetadataServiceConfiguration {
MinimumInstanceMetadataServiceVersion: string;
}

§Properties

§
MinimumInstanceMetadataServiceVersion: string
[src]

Indicates the minimum IMDS version that the notebook instance supports. 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.