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 Tiering
The set of tiering configurations for the pricing rule.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "CustomTiers" :[ CustomTier, ... ], "FreeTier" :FreeTier}
YAML
CustomTiers:- CustomTierFreeTier:FreeTier
Properties
CustomTiers-
The set of custom tiers for the pricing rule.
Required: No
Type: Array of CustomTier
Minimum:
1Maximum:
10Update requires: No interruption
FreeTier-
The possible AWS Free Tier configurations.
Required: No
Type: FreeTier
Update requires: No interruption