AWS::NetworkFirewall::RuleGroupResource type definition for AWS::NetworkFirewall::RuleGroup
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Capacity | integer | RequiredCreate-only |
RuleGroupName | string | RequiredCreate-only |
Type | string | RequiredCreate-only |
Description | string | |
RuleGroup | RuleGroup | |
SummaryConfiguration | object | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
RuleGroupArn | string | - |
RuleGroupId | string | - |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
network-firewall:CreateRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:TagResourcenetwork-firewall:ListRuleGroupsiam:CreateServiceLinkedRoleec2:GetManagedPrefixListEntriesec2:DescribeManagedPrefixListsnetwork-firewall:DescribeRuleGroupnetwork-firewall:ListTagsForResourcesnetwork-firewall:UpdateRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:TagResourcenetwork-firewall:UntagResourceiam:CreateServiceLinkedRoleec2:GetManagedPrefixListEntriesec2:DescribeManagedPrefixListsnetwork-firewall:DeleteRuleGroupnetwork-firewall:DescribeRuleGroupnetwork-firewall:UntagResourcenetwork-firewall:ListRuleGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterRuleGroupArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
RuleGroupNameCapacityType