@Stability(value=Stable)
public static interface CfnFirewallPolicy.StatefulEngineOptionsProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
StatefulEngineOptionsProperty statefulEngineOptionsProperty = StatefulEngineOptionsProperty.builder()
.ruleOrder("ruleOrder")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder
A builder for
CfnFirewallPolicy.StatefulEngineOptionsProperty |
static class |
CfnFirewallPolicy.StatefulEngineOptionsProperty.Jsii$Proxy
An implementation for
CfnFirewallPolicy.StatefulEngineOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder |
builder() |
default String |
getRuleOrder()
Indicates how to manage the order of stateful rule evaluation for the policy.
|
@Stability(value=Stable) @Nullable default String getRuleOrder()
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 .
@Stability(value=Stable) static CfnFirewallPolicy.StatefulEngineOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.