This updates an existing billing group
Source:R/billingconductor_operations.R
billingconductor_update_billing_group.RdThis updates an existing billing group.
See https://www.paws-r-sdk.com/docs/billingconductor_update_billing_group/ for full documentation.
Usage
billingconductor_update_billing_group(
Arn,
Name = NULL,
Status = NULL,
ComputationPreference = NULL,
Description = NULL,
AccountGrouping = NULL
)Arguments
- Arn
[required] The Amazon Resource Name (ARN) of the billing group being updated.
- Name
The name of the billing group. The names must be unique to each billing group.
- Status
The status of the billing group. Only one of the valid values can be used.
- ComputationPreference
The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.
- Description
A description of the billing group.
- AccountGrouping
Specifies if the billing group has automatic account association (
AutoAssociate) enabled.