Budget Auto Adjust Data Historical Options Args
data class BudgetAutoAdjustDataHistoricalOptionsArgs(val budgetAdjustmentPeriod: Output<Int>, val lookbackAvailablePeriods: Output<Int>? = null) : ConvertibleToJava<BudgetAutoAdjustDataHistoricalOptionsArgs>
Properties
Link copied to clipboard
(Required) - The number of budget periods included in the moving-average calculation that determines your auto-adjusted budget amount.
Link copied to clipboard
(Optional) - The integer that describes how many budget periods in your BudgetAdjustmentPeriod are included in the calculation of your current budget limit. If the first budget period in your BudgetAdjustmentPeriod has no cost data, then that budget period isn’t included in the average that determines your budget limit. You can’t set your own LookBackAvailablePeriods. The value is automatically calculated from the budget_adjustment_period
and your historical cost data.