BudgetAutoAdjustDataHistoricalOptionsArgs

data class BudgetAutoAdjustDataHistoricalOptionsArgs(val budgetAdjustmentPeriod: Output<Int>, val lookbackAvailablePeriods: Output<Int>? = null) : ConvertibleToJava<BudgetAutoAdjustDataHistoricalOptionsArgs>

Constructors

constructor(budgetAdjustmentPeriod: Output<Int>, lookbackAvailablePeriods: Output<Int>? = null)

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
val lookbackAvailablePeriods: Output<Int>? = null

(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.

Functions

Link copied to clipboard
open override fun toJava(): BudgetAutoAdjustDataHistoricalOptionsArgs