Amazon WorkMail · Schema

DescribeEmailMonitoringConfigurationResponse

DescribeEmailMonitoringConfigurationResponse schema from Amazon WorkMail API

Business CommunicationCalendarEmailExchangeEnterprise

Properties

Name Type Description
RoleArn object
LogGroupArn object
View JSON Schema on GitHub

JSON Schema

workmail-describe-email-monitoring-configuration-response-schema.json Raw ↑
{
  "type": "object",
  "properties": {
    "RoleArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RoleArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration."
        }
      ]
    },
    "LogGroupArn": {
      "allOf": [
        {
          "$ref": "#/components/schemas/LogGroupArn"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration."
        }
      ]
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "DescribeEmailMonitoringConfigurationResponse",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-workmail/refs/heads/main/json-schema/workmail-describe-email-monitoring-configuration-response-schema.json",
  "description": "DescribeEmailMonitoringConfigurationResponse schema from Amazon WorkMail API"
}