Skip to main content

firewall_rule_group

Gets an individual firewall_rule_group resource

Overview

Namefirewall_rule_group
TypeResource
Descriptionfirewall_rule_group
Idawscc.route53resolver.firewall_rule_group

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
tagsarrayTags
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
id,
arn,
name,
rule_count,
status,
status_message,
owner_id,
share_status,
creator_request_id,
creation_time,
modification_time,
firewall_rules,
tags
FROM awscc.route53resolver.firewall_rule_group
WHERE data__Identifier = '<Id>';

Permissions

To operate on the firewall_rule_group resource, the following permissions are required:

Read

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Delete

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*

Update

route53resolver:*,
ec2:*,
logs:*,
iam:*,
lambda:*,
s3:*