AWS::Budgets::Budget Spend

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

For 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 AWS CloudFormation template, use the following syntax:

JSON

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

YAML

Amount: Double Unit: String

Properties

Amount

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

Required: Yes

Type: Double

Update requires: No interruption

Unit

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

Required: Yes

Type: String

Update requires: No interruption

See also

  • Spend in the AWS Cost Explorer Service Cost Management APIs