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

HostedZoneConfig

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

A complex type that contains an optional comment about your hosted zone. If you don't want to specify a comment, omit both the HostedZoneConfig and Comment elements.

interface HostedZoneConfig {
Comment?: string | null;
PrivateZone?: boolean | null;
}

§Properties

§
Comment?: string | null
[src]

Any comments that you want to include about the hosted zone.

§
PrivateZone?: boolean | null
[src]

A value that indicates whether this is a private hosted zone.