Amazon WorkMail · JSON Structure

Workmail Impersonation Matched Rule Structure

The impersonation rule that matched the input.

Type: object Properties: 2
Business CommunicationCalendarEmailExchangeEnterprise

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

Properties

ImpersonationRuleId Name

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

JSON Structure

Raw ↑
{
  "type": "object",
  "properties": {
    "ImpersonationRuleId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRuleId"
        },
        {
          "description": "The ID of the rule that matched the input"
        }
      ]
    },
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ImpersonationRuleName"
        },
        {
          "description": "The name of the rule that matched the input."
        }
      ]
    }
  },
  "description": "The impersonation rule that matched the input.",
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "name": "ImpersonationMatchedRule",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-structure/workmail-impersonation-matched-rule-structure.json"
}