interface TieringProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.BillingConductor.CfnPricingRulePropsMixin.TieringProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbillingconductor#CfnPricingRulePropsMixin_TieringProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.billingconductor.CfnPricingRulePropsMixin.TieringProperty |
Python | aws_cdk.cfn_property_mixins.aws_billingconductor.CfnPricingRulePropsMixin.TieringProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_billingconductor » 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 { aws_billingconductor as billingconductor } from '@aws-cdk/cfn-property-mixins';
const tieringProperty: billingconductor.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