Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation.
See https://www.paws-r-sdk.com/docs/billingconductor_create_billing_group/ for full documentation.
billingconductor_create_billing_group(
ClientToken = NULL,
Name,
AccountGrouping,
ComputationPreference,
PrimaryAccountId = NULL,
Description = NULL,
Tags = NULL
)
The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
[required] The billing group name. The names must be unique.
[required] The set of accounts that will be under the billing group. The set of accounts resemble the linked accounts in a consolidated billing family.
[required] The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
The account ID that serves as the main account in a billing group.
The description of the billing group.
A map that contains tag keys and tag values that are attached to a billing group. This feature isn't available during the beta.