Budget Threshold Rule Args
data class BudgetThresholdRuleArgs(val spendBasis: Output<String>? = null, val thresholdPercent: Output<Double>) : ConvertibleToJava<BudgetThresholdRuleArgs>
Properties
Link copied to clipboard
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.