Creates a pricing rule can be associated to a pricing plan, or a set of pricing plans.
See https://www.paws-r-sdk.com/docs/billingconductor_create_pricing_rule/ for full documentation.
billingconductor_create_pricing_rule(
ClientToken = NULL,
Name,
Description = NULL,
Scope,
Type,
ModifierPercentage = NULL,
Service = NULL,
Tags = NULL,
BillingEntity = NULL,
Tiering = NULL,
UsageType = NULL,
Operation = NULL
)
The token that's needed to support idempotency. Idempotency isn't currently supported, but will be implemented in a future update.
[required] The pricing rule name. The names must be unique to each pricing rule.
The pricing rule description.
[required] The scope of pricing rule that indicates if it's globally applicable, or it's service-specific.
[required] The type of pricing rule.
A percentage modifier that's applied on the public pricing rates.
If the Scope
attribute is set to SERVICE
or SKU
, the attribute
indicates which service the PricingRule
is applicable for.
A map that contains tag keys and tag values that are attached to a pricing rule.
The seller of services provided by Amazon Web Services, their affiliates, or third-party providers selling services via Amazon Web Services Marketplace.
The set of tiering configurations for the pricing rule.
Usage type is the unit that each service uses to measure the usage of a specific type of resource.
If the Scope
attribute is set to SKU
, this attribute indicates which
usage type the PricingRule
is modifying. For example,
USW2-BoxUsage:m2.2xlarge
describes
an M2 High Memory Double Extra Large
instance in the US West (Oregon)
Region.
</p>
Operation is the specific Amazon Web Services action covered by this line item. This describes the specific usage of the line item.
If the Scope
attribute is set to SKU
, this attribute indicates which
operation the PricingRule
is modifying. For example, a value of
RunInstances:0202
indicates the operation of running an Amazon EC2
instance.