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

DomainValidationRecord

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

Describes the domain validation records of an Amazon Lightsail SSL/TLS certificate.

interface DomainValidationRecord {
domainName?: string | null;
resourceRecord?: ResourceRecord | null;
}

§Properties

§
domainName?: string | null
[src]

The domain name of the certificate validation record. For example, example.com or www.example.com.

§
resourceRecord?: ResourceRecord | null
[src]

An object that describes the DNS records to add to your domain's DNS to validate it for the certificate.