AWS::Budgets::Budget HistoricalOptions - AWS CloudFormation

AWS::Budgets::Budget HistoricalOptions

The parameters that define or describe the historical data that your auto-adjusting budget is based on.

Syntax

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

JSON

{ "BudgetAdjustmentPeriod" : Integer }

YAML

BudgetAdjustmentPeriod: Integer

Properties

BudgetAdjustmentPeriod

The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount. The maximum value depends on the TimeUnit granularity of the budget:

  • For the DAILY granularity, the maximum value is 60.

  • For the MONTHLY granularity, the maximum value is 12.

  • For the QUARTERLY granularity, the maximum value is 4.

  • For the ANNUALLY granularity, the maximum value is 1.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 60

Update requires: No interruption