interface TieringProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.BillingConductor.Mixins.CfnPricingRulePropsMixin.TieringProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsbillingconductor/mixins#CfnPricingRulePropsMixin_TieringProperty |
Java | software.amazon.awscdk.mixins.preview.services.billingconductor.mixins.CfnPricingRulePropsMixin.TieringProperty |
Python | aws_cdk.mixins_preview.aws_billingconductor.mixins.CfnPricingRulePropsMixin.TieringProperty |
TypeScript | @aws-cdk/mixins-preview » aws_billingconductor » mixins » CfnPricingRulePropsMixin » TieringProperty |
The set of tiering configurations for the pricing rule.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as billingconductor_mixins } from '@aws-cdk/mixins-preview/aws-billingconductor';
const tieringProperty: billingconductor_mixins.CfnPricingRulePropsMixin.TieringProperty = {
freeTier: {
activated: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| free | IResolvable | Free | The possible AWS Free Tier configurations. |
freeTier?
Type:
IResolvable | Free
(optional)
The possible AWS Free Tier configurations.

.NET
Go
Java
Python
TypeScript