You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::WorkMail::Types::Domain

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing Domain as input to an Aws::Client method, you can use a vanilla Hash:

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

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.

Instance Attribute Summary collapse

Instance Attribute Details

#domain_nameString

The fully qualified domain name.

Returns:

  • (String)

    The fully qualified domain name.

#hosted_zone_idString

The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53.

Returns:

  • (String)

    The hosted zone ID for a domain hosted in Route 53.