Learn R Programming

paws.compute (version 0.1.12)

elasticbeanstalk_check_dns_availability: Checks if the specified CNAME is available

Description

Checks if the specified CNAME is available.

Usage

elasticbeanstalk_check_dns_availability(CNAMEPrefix)

Value

A list with the following syntax:

list(
  Available = TRUE|FALSE,
  FullyQualifiedCNAME = "string"
)

Arguments

CNAMEPrefix

[required] The prefix used when this CNAME is reserved.

Request syntax

svc$check_dns_availability(
  CNAMEPrefix = "string"
)

Examples

Run this code
if (FALSE) {
# The following operation checks the availability of the subdomain
# my-cname:
svc$check_dns_availability(
  CNAMEPrefix = "my-cname"
)
}

Run the code above in your browser using DataLab