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

DnsProperties

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

A complex type that contains the ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

interface DnsProperties {
HostedZoneId?: string | null;
SOA?: SOA | null;
}

§Properties

§
HostedZoneId?: string | null
[src]

The ID for the Route 53 hosted zone that Cloud Map creates when you create a namespace.

§
SOA?: SOA | null
[src]

Start of Authority (SOA) record for the hosted zone.