RuleGroupStatefulRuleOptionsArgs

data class RuleGroupStatefulRuleOptionsArgs(val ruleOrder: Output<RuleGroupRuleOrder>? = null) : ConvertibleToJava<RuleGroupStatefulRuleOptionsArgs>

Constructors

Link copied to clipboard
constructor(ruleOrder: Output<RuleGroupRuleOrder>? = null)

Properties

Link copied to clipboard
val ruleOrder: Output<RuleGroupRuleOrder>? = null

Indicates how to manage the order of the rule evaluation for the rule group. DEFAULT_ACTION_ORDER is the default behavior. Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on certain settings. For more information, see Evaluation order for stateful rules in the AWS Network Firewall Developer Guide .

Functions

Link copied to clipboard
open override fun toJava(): RuleGroupStatefulRuleOptionsArgs