AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::BillingConductor::PricingPlan

CfnPricingPlan

Creates a pricing plan that is used for computing AWS charges for billing groups.

Import

import { CfnPricingPlan } from 'aws-cdk-lib/aws-billingconductor';

Or use the module namespace:

import * as billingconductor from 'aws-cdk-lib/aws-billingconductor';
// billingconductor.CfnPricingPlan

Properties

Configuration passed to the constructor as CfnPricingPlanProps.

nameRequired
string

The name of a pricing plan.

descriptionOptional
string

The pricing plan description.

pricingRuleArnsOptional
string[]

The `PricingRuleArns` that are associated with the Pricing Plan.

tagsOptional
CfnTag[]

A map that contains tag keys and tag values that are attached to a pricing plan.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

LevelL1 (CloudFormation)
Moduleaws-billingconductor
CFN TypeAWS::BillingConductor::PricingPlan
Properties4

External Links