BudgetThresholdRuleArgs

data class BudgetThresholdRuleArgs(val spendBasis: Output<String>? = null, val thresholdPercent: Output<Double>) : ConvertibleToJava<BudgetThresholdRuleArgs>

Constructors

Link copied to clipboard
constructor(spendBasis: Output<String>? = null, thresholdPercent: Output<Double>)

Properties

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

The type of basis used to determine if spend has passed the threshold. Default value is CURRENT_SPEND. Possible values are: CURRENT_SPEND, FORECASTED_SPEND.

Link copied to clipboard

Send an alert when this threshold is exceeded. This is a 1.0-based percentage, so 0.5 = 50%. Must be >= 0.

Functions

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