Interface CfnRuleGroupPropsMixin.PriceProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnRuleGroupPropsMixin.PriceProperty.Jsii$Proxy
- Enclosing class:
CfnRuleGroupPropsMixin
@Stability(Stable)
public static interface CfnRuleGroupPropsMixin.PriceProperty
extends software.amazon.jsii.JsiiSerializable
A price configuration.
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.*;
PriceProperty priceProperty = PriceProperty.builder()
.amount("amount")
.currency("currency")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnRuleGroupPropsMixin.PricePropertystatic final classAn implementation forCfnRuleGroupPropsMixin.PriceProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAmount
The price amount.- See Also:
-
getCurrency
The cryptocurrency to use for payment.- See Also:
-
builder
-