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

AwsEc2LaunchTemplateDataMetadataOptionsDetails

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

Specifies the metadata options for an Amazon EC2 instance.

interface AwsEc2LaunchTemplateDataMetadataOptionsDetails {
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 your instances. If the parameter is not specified, the default state is enabled, and you won't be able to access your instance metadata.

§
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]

When set to enabled, this parameter allows access to instance tags from the instance metadata. When set to disabled, it turns off access to instance tags from the instance metadata. For more information, see Work with instance tags in instance metadata in the Amazon EC2 User Guide.