AWS::NetworkFirewall::FirewallPolicy StatelessRuleGroupReference
Identifier for a single stateless rule group, used in a firewall policy to refer to the rule group.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Priority" :Integer, "ResourceArn" :String}
YAML
Priority:IntegerResourceArn:String
Properties
Priority-
An integer setting that indicates the order in which to run the stateless rule groups in a single AWS::NetworkFirewall::FirewallPolicy. Network Firewall applies each stateless rule group to a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
Required: Yes
Type: Integer
Minimum:
1Maximum:
65535Update requires: No interruption
ResourceArn-
The Amazon Resource Name (ARN) of the stateless rule group.
Required: Yes
Type: String
Minimum:
1Maximum:
256Pattern:
^arn:aws.*Update requires: No interruption