Interface CfnRuleGroupPropsMixin.StatefulRuleOptionsProperty

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

@Stability(Stable) public static interface CfnRuleGroupPropsMixin.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.cfnpropertymixins.services.networkfirewall.*;
 StatefulRuleOptionsProperty statefulRuleOptionsProperty = StatefulRuleOptionsProperty.builder()
         .ruleOrder("ruleOrder")
         .build();
 

See Also: