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

PrivateDnsNameOptionsRequest

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

Describes the options for instance hostnames.

interface PrivateDnsNameOptionsRequest {
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 for EC2 instances. For IPv4 only subnets, an instance DNS name must be based on the instance IPv4 address. For IPv6 only subnets, an instance DNS name must be based on the instance ID. For dual-stack subnets, you can specify whether DNS names use the instance IPv4 address or the instance ID.