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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWebACL.MonetizeActionPropertystatic final classAn implementation forCfnWebACL.MonetizeActionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPriceMultiplier
The price multiplier for the monetize action.- See Also:
-
builder
-