Amazon WorkMail · JSON Structure

Workmail Resource Name Structure

ResourceName schema from Amazon WorkMail API

Type: string Properties: 0
Business CommunicationCalendarEmailExchangeEnterprise

ResourceName is a JSON Structure definition published by Amazon WorkMail. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

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

JSON Structure

Raw ↑
{
  "type": "string",
  "pattern": "[\\w\\-.]+(@[a-zA-Z0-9.\\-]+\\.[a-zA-Z0-9-]{2,})?",
  "minLength": 1,
  "maxLength": 20,
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ResourceName",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-resource-name-structure.json",
  "description": "ResourceName schema from Amazon WorkMail API"
}