Interface CfnPricingRule.FreeTierProperty

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

@Stability(Stable) public static interface CfnPricingRule.FreeTierProperty extends software.amazon.jsii.JsiiSerializable
The possible AWS Free Tier configurations.

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.billingconductor.*;
 FreeTierProperty freeTierProperty = FreeTierProperty.builder()
         .activated(false)
         .build();
 

See Also: