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

LoadBalancerTlsCertificateDomainValidationRecord

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

Describes the validation record of each domain name in the SSL/TLS certificate.

interface LoadBalancerTlsCertificateDomainValidationRecord {
domainName?: string | null;
name?: string | null;
type?: string | null;
validationStatus?: LoadBalancerTlsCertificateDomainStatus | null;
value?: string | null;
}

§Properties

§
domainName?: string | null
[src]

The domain name against which your SSL/TLS certificate was validated.

§
name?: string | null
[src]

A fully qualified domain name in the certificate. For example, example.com.

§
type?: string | null
[src]

The type of validation record. For example, CNAME for domain validation.

§

The validation status. Valid values are listed below.

§
value?: string | null
[src]

The value for that type.