Skip to main content

rule_group

Gets an individual rule_group resource

Overview

Namerule_group
TypeResource
Descriptionrule_group
Idawscc.networkfirewall.rule_group

Fields

NameDatatypeDescription
rule_group_namestring
rule_group_arnstring
rule_group_idstring
rule_groupobject
typestring
capacityinteger
descriptionstring
tagsarray
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
rule_group_name,
rule_group_arn,
rule_group_id,
rule_group,
type,
capacity,
description,
tags
FROM awscc.networkfirewall.rule_group
WHERE data__Identifier = '<RuleGroupArn>';

Permissions

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

Read

network-firewall:DescribeRuleGroup,
network-firewall:ListTagsForResources

Update

network-firewall:UpdateRuleGroup,
network-firewall:DescribeRuleGroup,
network-firewall:TagResource,
network-firewall:UntagResource,
iam:CreateServiceLinkedRole,
ec2:GetManagedPrefixListEntries

Delete

network-firewall:DeleteRuleGroup,
network-firewall:DescribeRuleGroup,
network-firewall:UntagResource