thresholdRules

@JvmName(name = "fkdrvtnyoodsdldj")
suspend fun thresholdRules(value: Output<List<BudgetThresholdRuleArgs>>)
@JvmName(name = "cvvvmtleutrhmjli")
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 = "lcookgrsybncxqpx")
suspend fun thresholdRules(vararg values: Output<BudgetThresholdRuleArgs>)


@JvmName(name = "trfywadpuyabdvwx")
suspend fun thresholdRules(values: List<Output<BudgetThresholdRuleArgs>>)
@JvmName(name = "yvopcyayiukeslfq")
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 = "buhwldiiwgpnmdpa")
suspend fun thresholdRules(argument: List<suspend BudgetThresholdRuleArgsBuilder.() -> Unit>)
@JvmName(name = "vpfhytagifudcxsk")
suspend fun thresholdRules(vararg argument: suspend BudgetThresholdRuleArgsBuilder.() -> Unit)
@JvmName(name = "kqywqjbmklqruabx")
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.