powered by
Checks if the specified CNAME is available.
elasticbeanstalk_check_dns_availability(CNAMEPrefix)
A list with the following syntax:
list( Available = TRUE|FALSE, FullyQualifiedCNAME = "string" )
[required] The prefix used when this CNAME is reserved.
svc$check_dns_availability( CNAMEPrefix = "string" )
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