billingconductor_update_pricing_rule: Updates an existing pricing rule

View source: R/billingconductor_operations.R

billingconductor_update_pricing_ruleR Documentation

Updates an existing pricing rule

Description

Updates an existing pricing rule.

See https://www.paws-r-sdk.com/docs/billingconductor_update_pricing_rule/ for full documentation.

Usage

billingconductor_update_pricing_rule(
  Arn,
  Name = NULL,
  Description = NULL,
  Type = NULL,
  ModifierPercentage = NULL,
  Tiering = NULL
)

Arguments

Arn

[required] The Amazon Resource Name (ARN) of the pricing rule to update.

Name

The new name of the pricing rule. The name must be unique to each pricing rule.

Description

The new description for the pricing rule.

Type

The new pricing rule type.

ModifierPercentage

The new modifier to show pricing plan rates as a percentage.

Tiering

The set of tiering configurations for the pricing rule.


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