AWS::BillingConductor::BillingGroup AccountGrouping - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 CloudFormation template, use the following syntax:

JSON

{ "AutoAssociate" : Boolean, "LinkedAccountIds" : [ String, ... ], "ResponsibilityTransferArn" : 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: No

Type: Array of String

Minimum: 1

Update requires: No interruption

ResponsibilityTransferArn

The Amazon Resource Name (ARN) that identifies the transfer relationship owned by the Bill Transfer account (caller account). When specified, the PrimaryAccountId is no longer required.

Required: No

Type: String

Pattern: arn:[a-z0-9][a-z0-9-.]{0,62}:organizations::[0-9]{12}:transfer/o-[a-z0-9]{10,32}/(billing)/(inbound|outbound)/rt-[0-9a-z]{8,32}

Update requires: No interruption