interface AccountGroupingProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.BillingConductor.CfnBillingGroup.AccountGroupingProperty |
![]() | software.amazon.awscdk.services.billingconductor.CfnBillingGroup.AccountGroupingProperty |
![]() | aws_cdk.aws_billingconductor.CfnBillingGroup.AccountGroupingProperty |
![]() | @aws-cdk/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 * as billingconductor from '@aws-cdk/aws-billingconductor';
const accountGroupingProperty: billingconductor.CfnBillingGroup.AccountGroupingProperty = {
linkedAccountIds: ['linkedAccountIds'],
};
Properties
Name | Type | Description |
---|---|---|
linked | string[] | 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.