StatefulRuleGroupReference
Identifier for a single stateful rule group, used in a firewall policy to refer to a rule group.
Contents
- ResourceArn
-
The Amazon Resource Name (ARN) of the stateful rule group.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 256.
Pattern:
^arn:aws.*
Required: Yes
- Override
-
The action that allows the policy owner to override the behavior of the rule group within a policy.
Type: StatefulRuleGroupOverride object
Required: No
- Priority
-
An integer setting that indicates the order in which to run the stateful rule groups in a single FirewallPolicy. This setting only applies to firewall policies that specify the
STRICT_ORDER
rule order in the stateful engine options settings.Network Firewall evalutes each stateful rule group against a packet starting with the group that has the lowest priority setting. You must ensure that the priority settings are unique within each policy.
You can change the priority settings of your rule groups at any time. To make it easier to insert rule groups later, number them so there's a wide range in between, for example use 100, 200, and so on.
Type: Integer
Valid Range: Minimum value of 1. Maximum value of 65535.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: