billingconductor_create_billing_group: Creates a billing group that resembles a consolidated billing...

View source: R/billingconductor_operations.R

billingconductor_create_billing_groupR Documentation

Creates a billing group that resembles a consolidated billing family that Amazon Web Services charges, based off of the predefined pricing plan computation

Description

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.

Usage

billingconductor_create_billing_group(
  ClientToken = NULL,
  Name,
  AccountGrouping,
  ComputationPreference,
  PrimaryAccountId = NULL,
  Description = NULL,
  Tags = NULL
)

Arguments

ClientToken

The token that is needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.

Name

[required] The billing group name. The names must be unique.

AccountGrouping

[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.

ComputationPreference

[required] The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.

PrimaryAccountId

The account ID that serves as the main account in a billing group.

Description

The description of the billing group.

Tags

A map that contains tag keys and tag values that are attached to a billing group. This feature isn't available during the beta.


paws.cost.management documentation built on Sept. 12, 2023, 1:09 a.m.