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

InstanceIdentity

import type { InstanceIdentity } from "https://aws-api.deno.dev/v0.3/services/opsworks.ts?docs=full";

Contains a description of an Amazon EC2 instance from the Amazon EC2 metadata service. For more information, see Instance Metadata and User Data.

interface InstanceIdentity {
Document?: string | null;
Signature?: string | null;
}

§Properties

§
Document?: string | null
[src]

A JSON document that contains the metadata.

§
Signature?: string | null
[src]

A signature that can be used to verify the document's accuracy and authenticity.