aws.route53resolver.list_firewall_rule_groups
Example SQL Queries
SELECT * FROMaws.route53resolver.list_firewall_rule_groups;Description
Retrieves the minimal high-level information for the rule groups that you have defined.
A single call might return only a partial list of the rule groups. For information, see MaxResults.
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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN (Amazon Resource Name) of the rule group. | VARCHAR |
| creator_request_id A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp. | VARCHAR |
| id The ID of the rule group. | VARCHAR |
| name The name of the rule group. | VARCHAR |
| owner_id The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you. | VARCHAR |
| share_status Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account. Sharing is configured through Resource Access Manager (RAM). | VARCHAR |