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

LoadBalancerTlsCertificateDnsRecordCreationState

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

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.

interface LoadBalancerTlsCertificateDnsRecordCreationState {
message?: string | null;
}

§Properties

§

The status code for the automated DNS record creation.

Following are the possible values:

  • SUCCEEDED - The validation records were successfully added.
  • STARTED - The automatic DNS record creation has started.
  • FAILED - The validation record addition failed.
§
message?: string | null
[src]

The message that describes the reason for the status code.