data class BudgetThresholdRuleArgs(val spendBasis: Output<String>? = null, val thresholdPercent: Output<Double>) : ConvertibleToJava<BudgetThresholdRuleArgs>
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.