Amazon WorkMail · Schema

CancelMailboxExportJobRequest

CancelMailboxExportJobRequest schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
ClientToken object
JobId object
OrganizationId object
View JSON Schema on GitHub

JSON Schema

workmail-cancel-mailbox-export-job-request-schema.json Raw ↑
{
  "type": "object",
  "required": [
    "ClientToken",
    "JobId",
    "OrganizationId"
  ],
  "title": "CancelMailboxExportJobRequest",
  "properties": {
    "ClientToken": {
      "allOf": [
        {
          "$ref": "#/components/schemas/IdempotencyClientToken"
        },
        {
          "description": "The idempotency token for the client request."
        }
      ]
    },
    "JobId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MailboxExportJobId"
        },
        {
          "description": "The job ID."
        }
      ]
    },
    "OrganizationId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/OrganizationId"
        },
        {
          "description": "The organization ID."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-cancel-mailbox-export-job-request-schema.json",
  "description": "CancelMailboxExportJobRequest schema from Amazon WorkMail API"
}