firewall_rule_groups_list_only
Lists firewall_rule_groups in a region or regions, for all properties use firewall_rule_groups
Overview
| Name | firewall_rule_groups_list_only |
| Type | Resource |
| Description | Resource schema for AWS::Route53Resolver::FirewallRuleGroup. |
| Id | aws.route53resolver.firewall_rule_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
id | string | ResourceId |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all firewall_rule_groups in a region.
SELECT
region,
id
FROM aws.route53resolver.firewall_rule_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the firewall_rule_groups_list_only resource, see firewall_rule_groups