interface TieringProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CfnPricingRule.TieringProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnPricingRule_TieringProperty |
![]() | software.amazon.awscdk.services.billingconductor.CfnPricingRule.TieringProperty |
![]() | aws_cdk.aws_billingconductor.CfnPricingRule.TieringProperty |
![]() | aws-cdk-lib » aws_billingconductor » CfnPricingRule » 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-lib';
const tieringProperty: billingconductor.CfnPricingRule.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.