aws-cdk-lib.aws_billingconductor.CfnBillingGroup.AccountGroupingProperty

interface AccountGroupingProperty

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

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

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

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 accountGroupingProperty: billingconductor.CfnBillingGroup.AccountGroupingProperty = {
  linkedAccountIds: ['linkedAccountIds'],
};

Properties

NameTypeDescription
linkedAccountIdsstring[]The account IDs that make up the billing group.

linkedAccountIds

Type: string[]

The account IDs that make up the billing group.

Account IDs must be a part of the consolidated billing family, and not associated with another billing group.