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.3/services/lightsail.ts?docs=full";

Describes the domain name system (DNS) records to add to your domain's DNS to validate it for an Amazon Lightsail certificate.

interface ResourceRecord {
name?: string | null;
type?: string | null;
value?: string | null;
}

§Properties

§
name?: string | null
[src]

The name of the record.

§
type?: string | null
[src]

The DNS record type.

§
value?: string | null
[src]

The value for the DNS record.