AWS::BillingConductor::PricingPlanCreates a pricing plan that is used for computing AWS charges for billing groups.
import { CfnPricingPlan } from 'aws-cdk-lib/aws-billingconductor';Or use the module namespace:
import * as billingconductor from 'aws-cdk-lib/aws-billingconductor';
// billingconductor.CfnPricingPlanConfiguration passed to the constructor as CfnPricingPlanProps.
nameRequiredstringThe name of a pricing plan.
descriptionOptionalstringThe pricing plan description.
pricingRuleArnsOptionalstring[]The `PricingRuleArns` that are associated with the Pricing Plan.
tagsOptionalCfnTag[]A map that contains tag keys and tag values that are attached to a pricing plan.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-billingconductorAWS::BillingConductor::PricingPlan