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 |
arn | string | Arn |
name | string | FirewallRuleGroupName |
rule_count | integer | Count |
status | string | ResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED. |
status_message | string | FirewallRuleGroupStatus |
owner_id | string | AccountId |
share_status | string | ShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME. |
creator_request_id | string | The id of the creator request. |
creation_time | string | Rfc3339TimeString |
modification_time | string | Rfc3339TimeString |
firewall_rules | array | FirewallRules |
tags | array | Tags |
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