BudgetAmountArgs

data class BudgetAmountArgs(val lastPeriodAmount: Output<Boolean>? = null, val specifiedAmount: Output<BudgetAmountSpecifiedAmountArgs>? = null) : ConvertibleToJava<BudgetAmountArgs>

Constructors

Link copied to clipboard
constructor(lastPeriodAmount: Output<Boolean>? = null, specifiedAmount: Output<BudgetAmountSpecifiedAmountArgs>? = null)

Properties

Link copied to clipboard
val lastPeriodAmount: Output<Boolean>? = null

Configures a budget amount that is automatically set to 100% of last period's spend. Boolean. Set value to true to use. Do not set to false, instead use the specified_amount block.

Link copied to clipboard

A specified amount to use as the budget. currencyCode is optional. If specified, it must match the currency of the billing account. The currencyCode is provided on output. Structure is documented below.

Functions

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