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

DnsServersOptionsModifyStructure

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

Information about the DNS server to be used.

interface DnsServersOptionsModifyStructure {
CustomDnsServers?: string[] | null;
Enabled?: boolean | null;
}

§Properties

§
CustomDnsServers?: string[] | null
[src]

The IPv4 address range, in CIDR notation, of the DNS servers to be used. You can specify up to two DNS servers. Ensure that the DNS servers can be reached by the clients. The specified values overwrite the existing values.

§
Enabled?: boolean | null
[src]

Indicates whether DNS servers should be used. Specify False to delete the existing DNS servers.