Interface CfnFirewallPolicy.StatefulEngineOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnFirewallPolicy.StatefulEngineOptionsProperty.Jsii$Proxy
Enclosing class:
CfnFirewallPolicy

@Stability(Stable) public static interface CfnFirewallPolicy.StatefulEngineOptionsProperty extends software.amazon.jsii.JsiiSerializable
Configuration settings for the handling of the stateful rule groups in a firewall policy.

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")
         .streamExceptionPolicy("streamExceptionPolicy")
         .build();
 

See Also: