@Stability(value=Stable)
public static interface CfnPricingRule.TieringProperty
extends software.amazon.jsii.JsiiSerializable
// 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.*; TieringProperty tieringProperty = TieringProperty.builder() .freeTier(FreeTierProperty.builder() .activated(false) .build()) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnPricingRule.TieringProperty.Builder
A builder for
CfnPricingRule.TieringProperty |
static class |
CfnPricingRule.TieringProperty.Jsii$Proxy
An implementation for
CfnPricingRule.TieringProperty |
Modifier and Type | Method and Description |
---|---|
static CfnPricingRule.TieringProperty.Builder |
builder() |
default Object |
getFreeTier()
`CfnPricingRule.TieringProperty.FreeTier`.
|
@Stability(value=Stable) @Nullable default Object getFreeTier()
@Stability(value=Stable) static CfnPricingRule.TieringProperty.Builder builder()
Copyright © 2023. All rights reserved.