Interface CfnRuleGroupPropsMixin.MonetizeActionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupPropsMixin.MonetizeActionProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static interface CfnRuleGroupPropsMixin.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.cfnpropertymixins.services.wafv2.*;
MonetizeActionProperty monetizeActionProperty = MonetizeActionProperty.builder()
.priceMultiplier("priceMultiplier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupPropsMixin.MonetizeActionPropertystatic final classAn implementation forCfnRuleGroupPropsMixin.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
-