Interface CfnRuleGroup.PriceProperty

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

@Stability(Stable) public static interface CfnRuleGroup.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.services.wafv2.*;
 PriceProperty priceProperty = PriceProperty.builder()
         .amount("amount")
         .currency("currency")
         .build();
 

See Also: