checkDnsAvailability

Checks if the specified CNAME is available.

Samples


fun main() { 
   //sampleStart 
   // The following operation checks the availability of the subdomain my cname
val resp = elasticBeanstalkClient.checkDnsAvailability {
    cnamePrefix = "my-cname"
} 
   //sampleEnd
}