AWS::Budgets::Budget HistoricalOptions - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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 Amazon 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