Interface CfnRuleGroup.StatefulRuleOptionsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroup.StatefulRuleOptionsProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroup
@Stability(Stable)
public static interface CfnRuleGroup.StatefulRuleOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Additional options governing how Network Firewall handles the rule group.
You can only use these for stateful rule groups.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.networkfirewall.*; StatefulRuleOptionsProperty statefulRuleOptionsProperty = StatefulRuleOptionsProperty.builder() .ruleOrder("ruleOrder") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnRuleGroup.StatefulRuleOptionsProperty
static final class
An implementation forCfnRuleGroup.StatefulRuleOptionsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getRuleOrder
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 .- See Also:
-
builder
-