[ aws . billingconductor ]

update-billing-group

Description

This updates an existing billing group.

See also: AWS API Documentation

See ‘aws help’ for descriptions of global parameters.

Synopsis

  update-billing-group
--arn <value>
[--name <value>]
[--status <value>]
[--computation-preference <value>]
[--description <value>]
[--cli-input-json | --cli-input-yaml]
[--generate-cli-skeleton <value>]

Options

--arn (string)

The Amazon Resource Name (ARN) of the billing group being updated.

--name (string)

The name of the billing group. The names must be unique to each billing group.

--status (string)

The status of the billing group. Only one of the valid values can be used.

Possible values:

  • ACTIVE

  • PRIMARY_ACCOUNT_MISSING

--computation-preference (structure)

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

PricingPlanArn -> (string)

The Amazon Resource Name (ARN) of the pricing plan used to compute the Amazon Web Services charges for a billing group.

Shorthand Syntax:

PricingPlanArn=string

JSON Syntax:

{
  "PricingPlanArn": "string"
}

--description (string)

A description of the billing group.

--cli-input-json | --cli-input-yaml (string) Reads arguments from the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, those values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally. This may not be specified along with --cli-input-yaml.

--generate-cli-skeleton (string) Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value input, prints a sample input JSON that can be used as an argument for --cli-input-json. Similarly, if provided yaml-input it will print a sample input YAML that can be used with --cli-input-yaml. If provided with the value output, it validates the command inputs and returns a sample output JSON for that command.

See ‘aws help’ for descriptions of global parameters.

Output

Arn -> (string)

The Amazon Resource Name (ARN) of the billing group that was updated.

Name -> (string)

The name of the billing group. The names must be unique to each billing group.

Description -> (string)

A description of the billing group.

PrimaryAccountId -> (string)

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

PricingPlanArn -> (string)

The Amazon Resource Name (ARN) of the pricing plan to compute Amazon Web Services charges for the billing group.

Size -> (long)

The number of accounts in the particular billing group.

LastModifiedTime -> (long)

The most recent time the billing group was modified.

Status -> (string)

The status of the billing group. Only one of the valid values can be used.

StatusReason -> (string)

The reason why the billing group is in its current status.