rule_groups_list_only
Lists rule_groups
in a region or regions, for all properties use rule_groups
Overview
Name | rule_groups_list_only |
Type | Resource |
Description | Resource type definition for AWS::NetworkFirewall::RuleGroup |
Id | aws.networkfirewall.rule_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
rule_group_name | string | |
rule_group_arn | string | A resource ARN. |
rule_group_id | string | |
rule_group | object | Resource type definition for AWS::NetworkFirewall::RuleGroup |
type | string | |
capacity | integer | |
description | string | |
tags | array | |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all rule_groups
in a region.
SELECT
region,
rule_group_arn
FROM aws.networkfirewall.rule_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the rule_groups_list_only
resource, see rule_groups