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

R53ResourceRecord

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

The Route 53 resource that a DNS target resource record points to.

interface R53ResourceRecord {
DomainName?: string | null;
RecordSetId?: string | null;
}

§Properties

§
DomainName?: string | null
[src]

The DNS target domain name.

§
RecordSetId?: string | null
[src]

The Route 53 Resource Record Set ID.