Interface CfnWebACL.MonetizeActionProperty

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

@Stability(Stable) public static interface CfnWebACL.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: