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

CertificateValidationRecord

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

Describes a certificate CNAME record to add to your DNS. For more information, see AssociateCustomDomain.

interface CertificateValidationRecord {
Name?: string | null;
Type?: string | null;
Value?: string | null;
}

§Properties

§
Name?: string | null
[src]

The certificate CNAME record name.

§

The current state of the certificate CNAME record validation. It should change to SUCCESS after App Runner completes validation with your DNS.

§
Type?: string | null
[src]

The record type, always CNAME.

§
Value?: string | null
[src]

The certificate CNAME record value.