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: