Firewall Policy Firewall Policy Stateful Rule Group Reference
data class FirewallPolicyFirewallPolicyStatefulRuleGroupReference(val override: FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride? = null, val priority: Int? = null, val resourceArn: String)
Constructors
Link copied to clipboard
constructor(override: FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverride? = null, priority: Int? = null, resourceArn: String)
Properties
Link copied to clipboard
Configuration block for override values
Link copied to clipboard
An integer setting that indicates the order in which to apply the stateful rule groups in a single policy. This argument must be specified if the policy has a stateful_engine_options
block with a rule_order
value of STRICT_ORDER
. AWS Network Firewall applies each stateful rule group to a packet starting with the group that has the lowest priority setting.
Link copied to clipboard
The Amazon Resource Name (ARN) of the stateful rule group.