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

Describes the domain name system (DNS) records that you must add to the DNS of your registered domain to validate ownership for an Amazon Lightsail SSL/TLS certificate.

interface DomainValidationRecord {
dnsRecordCreationState?: DnsRecordCreationState | null;
domainName?: string | null;
resourceRecord?: ResourceRecord | null;
validationStatus?: CertificateDomainValidationStatus | null;
}

§Properties

§
dnsRecordCreationState?: DnsRecordCreationState | null
[src]

An object that describes the state of the canonical name (CNAME) records that are automatically added by Lightsail to the DNS of the domain to validate domain ownership.

§
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.

§
validationStatus?: CertificateDomainValidationStatus | null
[src]

The validation status of the record.