firewall_rule_group_tags
Expands all tag keys and values for firewall_rule_groups
in a region
Overview
Name | firewall_rule_group_tags |
Type | Resource |
Description | Resource schema for AWS::Route53Resolver::FirewallRuleGroup. |
Id | aws.route53resolver.firewall_rule_group_tags |
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 |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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