{ "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": "

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.

", "$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" }