Interface CfnRuleGroup.MonetizeActionProperty

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

@Stability(Stable) public static interface CfnRuleGroup.MonetizeActionProperty extends software.amazon.jsii.JsiiSerializable
Monetize action for rules.

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.wafv2.*;
 MonetizeActionProperty monetizeActionProperty = MonetizeActionProperty.builder()
         .priceMultiplier("priceMultiplier")
         .build();
 

See Also: