Interface CfnPricingRulePropsMixin.FreeTierProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPricingRulePropsMixin.FreeTierProperty.Jsii$Proxy
- Enclosing class:
CfnPricingRulePropsMixin
@Stability(Stable)
public static interface CfnPricingRulePropsMixin.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.cfnpropertymixins.services.billingconductor.*;
FreeTierProperty freeTierProperty = FreeTierProperty.builder()
.activated(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPricingRulePropsMixin.FreeTierPropertystatic final classAn implementation forCfnPricingRulePropsMixin.FreeTierProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getActivated
Activate or deactivate AWS Free Tier.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-