BudgetAutoAdjustDataArgs

data class BudgetAutoAdjustDataArgs(val autoAdjustType: Output<String>, val historicalOptions: Output<BudgetAutoAdjustDataHistoricalOptionsArgs>? = null, val lastAutoAdjustTime: Output<String>? = null) : ConvertibleToJava<BudgetAutoAdjustDataArgs>

Constructors

Link copied to clipboard
constructor(autoAdjustType: Output<String>, historicalOptions: Output<BudgetAutoAdjustDataHistoricalOptionsArgs>? = null, lastAutoAdjustTime: Output<String>? = null)

Properties

Link copied to clipboard
val autoAdjustType: Output<String>

(Required) - The string that defines whether your budget auto-adjusts based on historical or forecasted data. Valid values: FORECAST,HISTORICAL

Link copied to clipboard

(Optional) - Configuration block of Historical Options. Required for auto_adjust_type of HISTORICAL Configuration block that defines the historical data that your auto-adjusting budget is based on.

Link copied to clipboard
val lastAutoAdjustTime: Output<String>? = null

(Optional) - The last time that your budget was auto-adjusted.

Functions

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