aws-cdk-lib.aws_billingconductor.CfnPricingRule.TieringProperty

interface TieringProperty

LanguageType name
.NETAmazon.CDK.AWS.BillingConductor.CfnPricingRule.TieringProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnPricingRule_TieringProperty
Javasoftware.amazon.awscdk.services.billingconductor.CfnPricingRule.TieringProperty
Pythonaws_cdk.aws_billingconductor.CfnPricingRule.TieringProperty
TypeScript 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

NameTypeDescription
freeTier?IResolvable | FreeTierPropertyCfnPricingRule.TieringProperty.FreeTier.

freeTier?

Type: IResolvable | FreeTierProperty (optional)

CfnPricingRule.TieringProperty.FreeTier.