Skip to content

Associate Accounts

billingconductor_associate_accounts R Documentation

Connects an array of account IDs in a consolidated billing family to a predefined billing group

Description

Connects an array of account IDs in a consolidated billing family to a predefined billing group. The account IDs must be a part of the consolidated billing family during the current month, and not already associated with another billing group. The maximum number of accounts that can be associated in one call is 30.

Usage

billingconductor_associate_accounts(Arn, AccountIds)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the billing group that associates the array of account IDs.

AccountIds

[required] The associating array of account IDs.

Value

A list with the following syntax:

list(
  Arn = "string"
)

Request syntax

svc$associate_accounts(
  Arn = "string",
  AccountIds = list(
    "string"
  )
)