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

AwsCertificateManagerCertificateDomainValidationOption

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

Contains information about one of the following:

  • The initial validation of each domain name that occurs as a result of the RequestCertificate request
  • The validation of each domain name in the certificate, as it pertains to Certificate Manager managed renewal
interface AwsCertificateManagerCertificateDomainValidationOption {
DomainName?: string | null;
ValidationDomain?: string | null;
ValidationEmails?: string[] | null;
ValidationMethod?: string | null;
ValidationStatus?: string | null;
}

§Properties

§
DomainName?: string | null
[src]

A fully qualified domain name (FQDN) in the certificate.

§

The CNAME record that is added to the DNS database for domain validation.

§
ValidationDomain?: string | null
[src]

The domain name that Certificate Manager uses to send domain validation emails.

§
ValidationEmails?: string[] | null
[src]

A list of email addresses that Certificate Manager uses to send domain validation emails.

§
ValidationMethod?: string | null
[src]

The method used to validate the domain name.

§
ValidationStatus?: string | null
[src]

The validation status of the domain name.