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

ResourceRecord

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

Information specific to the resource record.

Note: If you're creating an alias resource record set, omit ResourceRecord.

interface ResourceRecord {
Value: string;
}

§Properties

§
Value: string
[src]

The current or new DNS record value, not to exceed 4,000 characters. In the case of a DELETE action, if the current value does not match the actual value, an error is returned. For descriptions about how to format Value for different record types, see Supported DNS Resource Record Types in the Amazon Route 53 Developer Guide.

You can specify more than one value for all record types except CNAME and SOA.

Note: If you're creating an alias resource record set, omit Value.