thresholdRules

@JvmName(name = "pnglobothugnmyir")
suspend fun thresholdRules(value: Output<List<BudgetThresholdRuleArgs>>)
@JvmName(name = "wjcxfpdwmwnxhuko")
suspend fun thresholdRules(value: List<BudgetThresholdRuleArgs>?)

Parameters

value

Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Structure is documented below.


@JvmName(name = "tpjjlqqbuhssrtau")
suspend fun thresholdRules(vararg values: Output<BudgetThresholdRuleArgs>)


@JvmName(name = "nlfwsimdxcpryuhy")
suspend fun thresholdRules(values: List<Output<BudgetThresholdRuleArgs>>)
@JvmName(name = "awgxjkoiocxualmm")
suspend fun thresholdRules(vararg values: BudgetThresholdRuleArgs)

Parameters

values

Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Structure is documented below.


@JvmName(name = "lputyrxhdbmiggcv")
suspend fun thresholdRules(argument: List<suspend BudgetThresholdRuleArgsBuilder.() -> Unit>)
@JvmName(name = "hryxcgqwjjpmgrtq")
suspend fun thresholdRules(vararg argument: suspend BudgetThresholdRuleArgsBuilder.() -> Unit)
@JvmName(name = "johxylcuyjqqtwmd")
suspend fun thresholdRules(argument: suspend BudgetThresholdRuleArgsBuilder.() -> Unit)

Parameters

argument

Rules that trigger alerts (notifications of thresholds being crossed) when spend exceeds the specified percentages of the budget. Structure is documented below.