AWS::BillingConductor::BillingGroupCreates a billing group that resembles a consolidated billing family that AWS charges, based off of the predefined pricing plan computation.
import { CfnBillingGroup } from 'aws-cdk-lib/aws-billingconductor';Or use the module namespace:
import * as billingconductor from 'aws-cdk-lib/aws-billingconductor';
// billingconductor.CfnBillingGroupConfiguration passed to the constructor as CfnBillingGroupProps.
accountGroupingRequiredIResolvable | AccountGroupingPropertyThe set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
computationPreferenceRequiredIResolvable | ComputationPreferencePropertyThe preferences and settings that will be used to compute the AWS charges for a billing group.
nameRequiredstringThe billing group's name.
descriptionOptionalstringThe description of the billing group.
primaryAccountIdOptionalstringThe account ID that serves as the main account in a billing group.
tagsOptionalCfnTag[]A map that contains tag keys and tag values that are attached to a billing group.
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::BillingGroup