Create Domain

POST {{aws_lightsail_base_url}}/?domainName&tags&Version=2016-11-28

Request Params

KeyDatatypeRequiredDescription
domainNamenullThe domain name to manage (e.g., example.com).
tagsnullThe tag keys and optional values to add to the resource during create.
VersionstringThe version of the API.

Request Body

{"domainName"=>"string", "tags"=>[{"key"=>"string", "value"=>"string"}]}