thresholdRules

@JvmName(name = "jmhlmqandcdajmhc")
suspend fun thresholdRules(value: Output<List<BudgetThresholdRuleArgs>>)
@JvmName(name = "rihvncqinufwtfkb")
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.


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


@JvmName(name = "buvqluuetbkifjyq")
suspend fun thresholdRules(values: List<Output<BudgetThresholdRuleArgs>>)
@JvmName(name = "omcpcfsyqkhfehwa")
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.


@JvmName(name = "mqdgamkeshlwcglj")
suspend fun thresholdRules(argument: List<suspend BudgetThresholdRuleArgsBuilder.() -> Unit>)
@JvmName(name = "wpbaqrdludwcntfn")
suspend fun thresholdRules(vararg argument: suspend BudgetThresholdRuleArgsBuilder.() -> Unit)
@JvmName(name = "rfvdscgouamspvqh")
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.