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

ModifyPrivateDnsNameOptionsRequest

import type { ModifyPrivateDnsNameOptionsRequest } from "https://aws-api.deno.dev/v0.3/services/ec2.ts?docs=full";
interface ModifyPrivateDnsNameOptionsRequest {
DryRun?: boolean | null;
EnableResourceNameDnsAAAARecord?: boolean | null;
EnableResourceNameDnsARecord?: boolean | null;
InstanceId?: string | null;
PrivateDnsHostnameType?: HostnameType | null;
}

§Properties

§
DryRun?: boolean | null
[src]

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

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

§
InstanceId?: string | null
[src]

The ID of the instance.

§
PrivateDnsHostnameType?: 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.