Firewall Policy Stateless Rule Group Reference Args
data class FirewallPolicyStatelessRuleGroupReferenceArgs(val priority: Output<Int>, val resourceArn: Output<String>) : ConvertibleToJava<FirewallPolicyStatelessRuleGroupReferenceArgs>
Properties
Link copied to clipboard
An integer setting that indicates the order in which to run the stateless rule groups in a single 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.
Link copied to clipboard
The Amazon Resource Name (ARN) of the stateless rule group.