Skip to main content

firewall_rule_group_tags

Expands all tag keys and values for firewall_rule_groups in a region

Overview

Namefirewall_rule_group_tags
TypeResource
DescriptionResource schema for AWS::Route53Resolver::FirewallRuleGroup.
Idaws.route53resolver.firewall_rule_group_tags

Fields

NameDatatypeDescription
idstringResourceId
arnstringArn
namestringFirewallRuleGroupName
rule_countintegerCount
statusstringResolverFirewallRuleGroupAssociation, possible values are COMPLETE, DELETING, UPDATING, and INACTIVE_OWNER_ACCOUNT_CLOSED.
status_messagestringFirewallRuleGroupStatus
owner_idstringAccountId
share_statusstringShareStatus, possible values are NOT_SHARED, SHARED_WITH_ME, SHARED_BY_ME.
creator_request_idstringThe id of the creator request.
creation_timestringRfc3339TimeString
modification_timestringRfc3339TimeString
firewall_rulesarrayFirewallRules
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all firewall_rule_groups in a region.

SELECT
region,
id,
arn,
name,
rule_count,
status,
status_message,
owner_id,
share_status,
creator_request_id,
creation_time,
modification_time,
firewall_rules,
tag_key,
tag_value
FROM aws.route53resolver.firewall_rule_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the firewall_rule_group_tags resource, see firewall_rule_groups