interface TieringProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.BillingConductor.CfnPricingRule.TieringProperty |
Java | software.amazon.awscdk.services.billingconductor.CfnPricingRule.TieringProperty |
Python | aws_cdk.aws_billingconductor.CfnPricingRule.TieringProperty |
TypeScript | @aws-cdk/aws-billingconductor » CfnPricingRule » TieringProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as billingconductor from '@aws-cdk/aws-billingconductor';
const tieringProperty: billingconductor.CfnPricingRule.TieringProperty = {
freeTier: {
activated: false,
},
};
Properties
| Name | Type | Description |
|---|---|---|
| free | IResolvable | Free | CfnPricingRule.TieringProperty.FreeTier. |
freeTier?
Type:
IResolvable | Free
(optional)
CfnPricingRule.TieringProperty.FreeTier.

.NET
Java
Python
TypeScript