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

AwsAutoScalingLaunchConfigurationMetadataOptions

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

The metadata options for the instances.

interface AwsAutoScalingLaunchConfigurationMetadataOptions {
HttpEndpoint?: string | null;
HttpPutResponseHopLimit?: number | null;
HttpTokens?: string | null;
}

§Properties

§
HttpEndpoint?: string | null
[src]

Enables or disables the HTTP metadata endpoint on your instances. By default, the metadata endpoint is enabled.

§
HttpPutResponseHopLimit?: number | null
[src]

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

§
HttpTokens?: string | null
[src]

Indicates whether token usage is required or optional for metadata requests. By default, token usage is optional.