Amazon WorkMail · JSON Structure

Workmail Update Default Mail Domain Request Structure

UpdateDefaultMailDomainRequest schema from Amazon WorkMail API

Type: object Properties: 2 Required: 2
Business CommunicationCalendarEmailExchangeEnterprise

UpdateDefaultMailDomainRequest is a JSON Structure definition published by Amazon WorkMail, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

OrganizationId DomainName

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "OrganizationId",
    "DomainName"
  ],
  "name": "UpdateDefaultMailDomainRequest",
  "properties": {
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The WorkMail organization for which to list domains."
        }
      ]
    },
    "DomainName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/WorkMailDomainName"
        },
        {
          "description": "The domain name that will become the default domain."
        }
      ]
    }
  },
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-update-default-mail-domain-request-structure.json",
  "description": "UpdateDefaultMailDomainRequest schema from Amazon WorkMail API"
}