aws.workmail.describe_email_monitoring_configuration
Example SQL Queries
SELECT * FROMaws.workmail.describe_email_monitoring_configurationWHERE"organization_id" = 'VALUE';Description
Describes the current email monitoring configuration for a specified organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The ID of the organization for which the email monitoring configuration is described. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| log_group_arn The Amazon Resource Name (ARN) of the CloudWatch Log group associated with the email monitoring configuration. | VARCHAR |
| role_arn The Amazon Resource Name (ARN) of the IAM Role associated with the email monitoring configuration. | VARCHAR |