This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::BillingConductor::PricingRule CustomTier
A custom tier for the pricing rule. Each custom tier applies a rate to the usage that falls within the tier's range.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "BeginRangeInclusive" :Number, "EndRangeExclusive" :Number, "RateValue" :Number}
YAML
BeginRangeInclusive:NumberEndRangeExclusive:NumberRateValue:Number
Properties
BeginRangeInclusive-
The inclusive start of the usage range that this tier applies to.
Required: Yes
Type: Number
Minimum:
0Update requires: No interruption
EndRangeExclusive-
The exclusive end of the usage range that this tier applies to. If you don't specify a value, this tier applies to all usage that is greater than or equal to
BeginRangeInclusive.Required: No
Type: Number
Minimum:
0Update requires: No interruption
RateValue-
The rate that's applied to the usage that falls within this tier.
Required: Yes
Type: Number
Minimum:
0Update requires: No interruption