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

DnsConfigChange

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

A complex type that contains information about changes to the Route 53 DNS records that Cloud Map creates when you register an instance.

interface DnsConfigChange {
DnsRecords: DnsRecord[];
}

§Properties

§
DnsRecords: DnsRecord[]
[src]

An array that contains one DnsRecord object for each Route 53 record that you want Cloud Map to create when you register an instance.