Amazon WorkMail · Schema

AccessControlRuleName

AccessControlRuleName schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise
View JSON Schema on GitHub

JSON Schema

workmail-access-control-rule-name-schema.json Raw ↑
{
  "type": "string",
  "pattern": "[a-zA-Z0-9_-]+",
  "minLength": 1,
  "maxLength": 64,
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "AccessControlRuleName",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-access-control-rule-name-schema.json",
  "description": "AccessControlRuleName schema from Amazon WorkMail API"
}