aws.network_firewall.list_rule_groups
Example SQL Queries
SELECT * FROMaws.network_firewall.list_rule_groups;Description
Retrieves the metadata for the rule groups that you have defined. Depending on your setting for max results and the number of rule groups, a single call might not return the full list.
Table Definition
| Column Name | Column Data Type |
|---|---|
| managed_type Input Column Indicates the general category of the Amazon Web Services managed rule group. | VARCHAR |
| scope Input Column The scope of the request. The default setting of ACCOUNT or a setting of NULL returns all of the rule groups in your account. A setting of MANAGED returns all available managed rule groups. | VARCHAR |
| type Input Column Indicates whether the rule group is stateless or stateful. If the rule group is stateless, it contains stateless rules. If it is stateful, it contains stateful rules. | 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 |
| arn The Amazon Resource Name (ARN) of the rule group. | VARCHAR |
| name The descriptive name of the rule group. You can't change the name of a rule group after you create it. | VARCHAR |