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

DnsEntry

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

Describes a DNS entry.

interface DnsEntry {
DnsName?: string | null;
HostedZoneId?: string | null;
}

§Properties

§
DnsName?: string | null
[src]

The DNS name.

§
HostedZoneId?: string | null
[src]

The ID of the private hosted zone.