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

LoadBalancerTlsCertificateDomainValidationOption

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

Contains information about the domain names on an SSL/TLS certificate that you will use to validate domain ownership.

interface LoadBalancerTlsCertificateDomainValidationOption {
domainName?: string | null;
validationStatus?: LoadBalancerTlsCertificateDomainStatus | null;
}

§Properties

§
domainName?: string | null
[src]

The fully qualified domain name in the certificate request.

§

The status of the domain validation. Valid values are listed below.