UnitRateGraduatedTier
UnitRateGraduatedTier describes a single tier within a graduated pricing plan.
Properties
tierinteger requiredTier is an ordered index of where this tier places amongst other tiers. Tiers are 0-indexed.flatFeeinteger requiredFlatFee is the flat amount to be charged at this tier, if any.upperBoundinteger requiredUpperBound defines the upper limit, inclusive, that closes out the tier. The lower bound should be inferred from the previous tier if it exists; otherwise zero.costPerResourcestring requiredCostPerResource is the amount per resource to be charted on top of the flat fee.
Thank you for your feedback!
If you have a question about how to use Pulumi, reach out in Community Slack.
Open an issue on GitHub to report a problem or suggest an improvement.