aws.workmail.list_access_control_rules
Example SQL Queries
SELECT * FROMaws.workmail.list_access_control_rulesWHERE"organization_id" = 'VALUE';Description
Lists the access control rules for the specified organization.
Table Definition
| Column Name | Column Data Type |
|---|---|
| organization_id Required Input Column The identifier for the organization. | 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 |
| rules The access control rules. | STRUCT( |
Show child fields
| |