aws-cdk-lib.aws_billingconductor.CfnPricingRule.TieringProperty
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 |
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 | CfnPricingRule.TieringProperty.FreeTier . |
freeTier?
Type:
IResolvable
|
Free
(optional)
CfnPricingRule.TieringProperty.FreeTier
.