Amazon WorkMail · Schema

Domain

The domain to associate with an 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 WorkMail Administrator Guide.

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
DomainName object
HostedZoneId object
View JSON Schema on GitHub

JSON Schema

workmail-domain-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DomainName"
        },
        {
          "description": "The fully qualified domain name."
        }
      ]
    },
    "HostedZoneId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/HostedZoneId"
        },
        {
          "description": "The hosted zone ID for a domain hosted in Route 53. Required when configuring a domain hosted in Route 53."
        }
      ]
    }
  },
  "description": "<p>The domain to associate with an WorkMail organization.</p> <p>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 <a href=\"https://docs.aws.amazon.com/workmail/latest/adminguide/add_domain.html\">Adding a domain</a> in the <i>WorkMail Administrator Guide</i>.</p>",
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Domain",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-domain-schema.json"
}