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

AwsEc2InstanceMetadataOptions

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

Metadata options that allow you to configure and secure the Amazon EC2 instance.

interface AwsEc2InstanceMetadataOptions {
HttpEndpoint?: string | null;
HttpProtocolIpv6?: string | null;
HttpPutResponseHopLimit?: number | null;
HttpTokens?: string | null;
InstanceMetadataTags?: string | null;
}

§Properties

§
HttpEndpoint?: string | null
[src]

Enables or disables the HTTP metadata endpoint on the instance.

§
HttpProtocolIpv6?: string | null
[src]

Enables or disables the IPv6 endpoint for the instance metadata service.

§
HttpPutResponseHopLimit?: number | null
[src]

The desired HTTP PUT response hop limit for instance metadata requests. The larger the number, the further instance metadata requests can travel.

§
HttpTokens?: string | null
[src]

The state of token usage for your instance metadata requests.

§
InstanceMetadataTags?: string | null
[src]

Specifies whether to allow access to instance tags from the instance metadata.