paws.compute (version 0.1.0)

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)

Arguments

CNAMEPrefix

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

Request syntax

svc$check_dns_availability(
  CNAMEPrefix = "string"
)

Examples

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

Run the code above in your browser using DataCamp Workspace