Updates an existing pricing rule
Source:R/billingconductor_operations.R
billingconductor_update_pricing_rule.RdUpdates 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. Your entry will be rounded to the nearest 2 decimal places.
- Tiering
The set of tiering configurations for the pricing rule.