Interface CfnRuleGroup.RuleOptionProperty

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

@Stability(Stable) public static interface CfnRuleGroup.RuleOptionProperty extends software.amazon.jsii.JsiiSerializable
Additional settings for a stateful rule.

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.*;
 RuleOptionProperty ruleOptionProperty = RuleOptionProperty.builder()
         .keyword("keyword")
         // the properties below are optional
         .settings(List.of("settings"))
         .build();
 

See Also: