AWS::Budgets::Budget AutoAdjustData
The parameters that determine the budget amount for an auto-adjusting budget.
Syntax
To declare this entity in your AWS CloudFormation template, use the following syntax:
JSON
{ "AutoAdjustType" :
String
, "HistoricalOptions" :HistoricalOptions
}
YAML
AutoAdjustType:
String
HistoricalOptions:HistoricalOptions
Properties
AutoAdjustType
-
The string that defines whether your budget auto-adjusts based on historical or forecasted data.
Required: Yes
Type: String
Allowed values:
FORECAST | HISTORICAL
Update requires: No interruption
HistoricalOptions
-
The parameters that define or describe the historical data that your auto-adjusting budget is based on.
Required: No
Type: HistoricalOptions
Update requires: No interruption