Firewall Policy Firewall Policy Stateful Rule Group Reference Args
data class FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceArgs(val override: Output<FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverrideArgs>? = null, val priority: Output<Int>? = null, val resourceArn: Output<String>) : ConvertibleToJava<FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceArgs>
Constructors
Link copied to clipboard
constructor(override: Output<FirewallPolicyFirewallPolicyStatefulRuleGroupReferenceOverrideArgs>? = null, priority: Output<Int>? = null, resourceArn: Output<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.