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

LaunchTemplatePrivateDnsNameOptions

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

Describes the options for instance hostnames.

interface LaunchTemplatePrivateDnsNameOptions {
EnableResourceNameDnsAAAARecord?: boolean | null;
EnableResourceNameDnsARecord?: boolean | null;
HostnameType?: HostnameType | null;
}

§Properties

§
EnableResourceNameDnsAAAARecord?: boolean | null
[src]

Indicates whether to respond to DNS queries for instance hostnames with DNS AAAA records.

§
EnableResourceNameDnsARecord?: boolean | null
[src]

Indicates whether to respond to DNS queries for instance hostnames with DNS A records.

§
HostnameType?: HostnameType | null
[src]

The type of hostname to assign to an instance.