aws.network_firewall.describe_rule_group_metadata
Example SQL Queries
SELECT * FROMaws.network_firewall.describe_rule_group_metadata;Description
High-level information about a rule group, returned by operations like create and describe. You can use the information provided in the metadata to retrieve and manage a rule group. You can retrieve all objects for a rule group by calling DescribeRuleGroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rule_group_arn Input Column The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both. | VARCHAR |
| rule_group_name Input Column The descriptive name of the rule group. You can't change the name of a rule group after you create it. You must specify the ARN or the name, and you can specify both. | 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. This setting is required for requests that do not include the RuleGroupARN. | 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 |
| capacity The maximum operating resources that this rule group can use. Rule group capacity is fixed at creation. When you update a rule group, you are limited to this capacity. When you reference a rule group from a firewall policy, Network Firewall reserves this capacity for the rule group. You can retrieve the capacity that would be required for a rule group before you create the rule group by calling CreateRuleGroup with DryRun set to TRUE. | BIGINT |
| description Returns the metadata objects for the specified rule group. | VARCHAR |
| last_modified_time The last time that the rule group was changed. | TIMESTAMP_S |
| stateful_rule_options Additional options governing how Network Firewall handles the rule group. You can only use these for stateful rule groups. | STRUCT( |
Show child fields
| |