Amazon WorkMail · JSON Structure

Workmail Ews Availability Provider Structure

Describes an EWS based availability provider. This is only used as input to the service.

Type: object Properties: 3 Required: 3
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

EwsEndpoint EwsUsername EwsPassword

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "EwsEndpoint",
    "EwsUsername",
    "EwsPassword"
  ],
  "properties": {
    "EwsEndpoint": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Url"
        },
        {
          "description": "The endpoint of the remote EWS server."
        }
      ]
    },
    "EwsUsername": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ExternalUserName"
        },
        {
          "description": "The username used to authenticate the remote EWS server."
        }
      ]
    },
    "EwsPassword": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Password"
        },
        {
          "description": "The password used to authenticate the remote EWS server."
        }
      ]
    }
  },
  "description": "Describes an EWS based availability provider. This is only used as input to the service.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "EwsAvailabilityProvider",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-ews-availability-provider-structure.json"
}