Amazon WorkMail · JSON Structure

Workmail Lambda Availability Provider Structure

Describes a Lambda based availability provider.

Type: object Properties: 1 Required: 1
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

LambdaArn

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

JSON Structure

Raw ↑
{
  "type": "object",
  "required": [
    "LambdaArn"
  ],
  "properties": {
    "LambdaArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LambdaArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the Lambda that acts as the availability provider."
        }
      ]
    }
  },
  "description": "Describes a Lambda based availability provider.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "LambdaAvailabilityProvider",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-lambda-availability-provider-structure.json"
}