checkDnsAvailability

Checks if the specified CNAME is available.

Samples

// The following operation checks the availability of the subdomain my cname
val resp = elasticBeanstalkClient.checkDnsAvailability {
    cnamePrefix = "my-cname"
}