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

AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails

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

Describes the options for Amazon EC2 instance hostnames.

interface AwsEc2LaunchTemplateDataPrivateDnsNameOptionsDetails {
EnableResourceNameDnsAAAARecord?: boolean | null;
EnableResourceNameDnsARecord?: boolean | null;
HostnameType?: string | 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?: string | null
[src]

The type of hostname for EC2 instances.