Interface CfnFirewallPolicy.StatefulRuleGroupOverrideProperty

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

@Stability(Stable) public static interface CfnFirewallPolicy.StatefulRuleGroupOverrideProperty extends software.amazon.jsii.JsiiSerializable
The setting that allows the policy owner to change the behavior of the rule group within a 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.*;
 StatefulRuleGroupOverrideProperty statefulRuleGroupOverrideProperty = StatefulRuleGroupOverrideProperty.builder()
         .action("action")
         .build();
 

See Also: