AWS Fundamentals Logo
AWS Fundamentals
AWS::NetworkFirewall::RuleGroup

NetworkFirewall RuleGroup

Resource type definition for AWS::NetworkFirewall::RuleGroup

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Capacity
integer
RequiredCreate-only
RuleGroupName
string
RequiredCreate-only
Type
string
RequiredCreate-only
Description
string
RuleGroup
RuleGroup
SummaryConfiguration
object
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
RuleGroupArnstring-
RuleGroupIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::NetworkFirewall::RuleGroup

Resources:
  MyResource:
    Type: AWS::NetworkFirewall::RuleGroup
    Properties:
      Type: "STATELESS"
      Capacity: 1
      RuleGroupName: "my-rulegroupname"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

network-firewall:CreateRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:TagResourcenetwork-firewall:ListRuleGroupsiam:CreateServiceLinkedRoleec2:GetManagedPrefixListEntriesec2:DescribeManagedPrefixLists

read

network-firewall:DescribeRuleGroupnetwork-firewall:ListTagsForResources

update

network-firewall:UpdateRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:TagResourcenetwork-firewall:UntagResourceiam:CreateServiceLinkedRoleec2:GetManagedPrefixListEntriesec2:DescribeManagedPrefixLists

delete

network-firewall:DeleteRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:UntagResource

list

network-firewall:ListRuleGroups

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceNetworkFirewall
Properties9
Required3
TaggingSupported
Primary IDRuleGroupArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

RuleGroupNameCapacityType

External Links