aws.workmail.get_access_control_effect
Example SQL Queries
SELECT * FROMaws.workmail.get_access_control_effectWHERE"organization_id" = 'VALUE'AND "ip_address" = 'VALUE'AND "action" = 'VALUE';Description
Gets the effects of an organization's access control rules as they apply to a specified IPv4 address, access protocol action, and user ID or impersonation role ID. You must provide either the user ID or impersonation role ID. Impersonation role ID can only be used with Action EWS.
Table Definition
| Column Name | Column Data Type |
|---|---|
| action Required Input Column The access protocol action. Valid values include ActiveSync, AutoDiscover, EWS, IMAP, SMTP, WindowsOutlook, and WebMail. | VARCHAR |
| ip_address Required Input Column The IPv4 address. | VARCHAR |
| organization_id Required Input Column The identifier for the organization. | VARCHAR |
| impersonation_role_id Input Column The impersonation role ID. | VARCHAR |
| user_id Input Column The user ID. | 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 |
| effect The rule effect. | VARCHAR |
| matched_rules The rules that match the given parameters, resulting in an effect. | VARCHAR[] |
Show child fields
| |