AWS::BillingConductor::BillingGroup AccountGrouping - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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 Amazon Web Services 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