class Aws::WorkMail::Types::Domain

The domain to associate with an Amazon WorkMail organization.

When you configure a domain hosted in Amazon Route 53 (Route 53), all recommended DNS records are added to the organization when you create it. For more information, see [Adding a domain] in the *Amazon WorkMail Administrator Guide*.

[1]: docs.aws.amazon.com/workmail/latest/adminguide/add_domain.html

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

data as a hash:

    {
      domain_name: "DomainName",
      hosted_zone_id: "HostedZoneId",
    }

@!attribute [rw] domain_name

The fully qualified domain name.
@return [String]

@!attribute [rw] hosted_zone_id

The hosted zone ID for a domain hosted in Route 53. Required when
configuring a domain hosted in Route 53.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/workmail-2017-10-01/Domain AWS API Documentation

Constants

SENSITIVE