Creates a domain resource for the specified domain (example.com).
See https://www.paws-r-sdk.com/docs/lightsail_create_domain/ for full documentation.
lightsail_create_domain(domainName, tags = NULL)
[required] The domain name to manage (example.com
).
The tag keys and optional values to add to the resource during create.
Use the tag_resource
action to tag a
resource after it's created.