aws-cdk-lib.aws_billingconductor.CfnBillingGroupProps

interface CfnBillingGroupProps

LanguageType name
.NETAmazon.CDK.AWS.BillingConductor.CfnBillingGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsbillingconductor#CfnBillingGroupProps
Javasoftware.amazon.awscdk.services.billingconductor.CfnBillingGroupProps
Pythonaws_cdk.aws_billingconductor.CfnBillingGroupProps
TypeScript aws-cdk-lib » aws_billingconductor » CfnBillingGroupProps

Properties for defining a CfnBillingGroup.

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 cfnBillingGroupProps: billingconductor.CfnBillingGroupProps = {
  accountGrouping: {
    linkedAccountIds: ['linkedAccountIds'],
  },
  computationPreference: {
    pricingPlanArn: 'pricingPlanArn',
  },
  name: 'name',
  primaryAccountId: 'primaryAccountId',

  // the properties below are optional
  description: 'description',
  tags: [{
    key: 'key',
    value: 'value',
  }],
};

Properties

NameTypeDescription
accountGroupingIResolvable | AccountGroupingPropertyThe set of accounts that will be under the billing group.
computationPreferenceIResolvable | ComputationPreferencePropertyThe preferences and settings that will be used to compute the AWS charges for a billing group.
namestringThe billing group's name.
primaryAccountIdstringThe account ID that serves as the main account in a billing group.
description?stringThe description of the billing group.
tags?CfnTag[]AWS::BillingConductor::BillingGroup.Tags.

accountGrouping

Type: IResolvable | AccountGroupingProperty

The set of accounts that will be under the billing group.

The set of accounts resemble the linked accounts in a consolidated family.


computationPreference

Type: IResolvable | ComputationPreferenceProperty

The preferences and settings that will be used to compute the AWS charges for a billing group.


name

Type: string

The billing group's name.


primaryAccountId

Type: string

The account ID that serves as the main account in a billing group.


description?

Type: string (optional)

The description of the billing group.


tags?

Type: CfnTag[] (optional)

AWS::BillingConductor::BillingGroup.Tags.