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

CheckDNSAvailabilityResultMessage

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

Indicates if the specified CNAME is available.

interface CheckDNSAvailabilityResultMessage {
Available?: boolean | null;
FullyQualifiedCNAME?: string | null;
}

§Properties

§
Available?: boolean | null
[src]

Indicates if the specified CNAME is available:

  • true : The CNAME is available.
  • false : The CNAME is not available.
§
FullyQualifiedCNAME?: string | null
[src]

The fully qualified CNAME to reserve when "CreateEnvironment" is called with the provided prefix.