aws.mailmanager.list_traffic_policies
Example SQL Queries
SELECT * FROMaws.mailmanager.list_traffic_policies;Description
List traffic policy resources.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| default_action Default action instructs the traffic policy to either Allow or Deny (block) messages that fall outside of (or not addressed by) the conditions of your policy statements | VARCHAR |
| traffic_policy_id The identifier of the traffic policy resource. | VARCHAR |
| traffic_policy_name A user-friendly name of the traffic policy resource. | VARCHAR |