billingconductor_update_billing_group: This updates an existing billing group

View source: R/billingconductor_operations.R

billingconductor_update_billing_groupR Documentation

This updates an existing billing group

Description

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


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