AWS::BillingConductor::BillingGroup AccountGrouping
The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutoAssociate" :
Boolean
, "LinkedAccountIds" :[ String, ... ]
}
YAML
AutoAssociate:
Boolean
LinkedAccountIds:- String
Properties
AutoAssociate
-
Specifies if this billing group will automatically associate newly added AWS accounts that join your consolidated billing family.
Required: No
Type: Boolean
Update requires: No interruption
LinkedAccountIds
-
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.
Required: Yes
Type: Array of String
Minimum:
1
Update requires: No interruption