aws.mailmanager.list_rule_sets
Example SQL Queries
SELECT * FROMaws.mailmanager.list_rule_sets;Description
List rule sets for this account.
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
| |
| last_modification_date The last modification date of the rule set. | TIMESTAMP_S |
| rule_set_id The identifier of the rule set. | VARCHAR |
| rule_set_name A user-friendly name for the rule set. | VARCHAR |