AWS::Budgets::Budget Spend - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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::Budgets::Budget Spend

The amount of cost or usage that's measured for a budget.

Cost example: A Spend for 3 USD of costs has the following parameters:

  • An Amount of 3

  • A Unit of USD

Usage example: A Spend for 3 GB of S3 usage has the following parameters:

  • An Amount of 3

  • A Unit of GB

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Amount" : Number, "Unit" : String }

YAML

Amount: Number Unit: String

Properties

Amount

The cost or usage amount that's associated with a budget forecast, actual spend, or budget threshold.

Required: Yes

Type: Number

Update requires: No interruption

Unit

The unit of measurement that's used for the budget forecast, actual spend, or budget threshold.

Required: Yes

Type: String

Update requires: No interruption

See also

  • Spend in the AWS Cost Explorer Service Cost Management APIs