class Aws::Lightsail::Types::CreateDomainRequest

@note When making an API call, you may pass CreateDomainRequest

data as a hash:

    {
      domain_name: "DomainName", # required
      tags: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] domain_name

The domain name to manage (e.g., `example.com`).

<note markdown="1"> You cannot register a new domain name using Lightsail. You must
register a domain name using Amazon Route 53 or another domain name
registrar. If you have already registered your domain, you can enter
its name in this parameter to manage the DNS records for that domain
using Lightsail.

 </note>
@return [String]

@!attribute [rw] tags

The tag keys and optional values to add to the resource during
create.

Use the `TagResource` action to tag a resource after it's created.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateDomainRequest AWS API Documentation

Constants

SENSITIVE