Amazon WorkMail · Schema

StartMailboxExportJobResponse

StartMailboxExportJobResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
JobId object
View JSON Schema on GitHub

JSON Schema

workmail-start-mailbox-export-job-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxExportJobId"
        },
        {
          "description": "The job ID."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "StartMailboxExportJobResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-start-mailbox-export-job-response-schema.json",
  "description": "StartMailboxExportJobResponse schema from Amazon WorkMail API"
}