thresholdRules

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


@JvmName(name = "tnhkhyxnhjymdkqn")
suspend fun thresholdRules(values: List<Output<BudgetThresholdRuleArgs>>)
@JvmName(name = "cuwdliwdxpfdiudd")
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 = "njivlgoicbkvedkt")
suspend fun thresholdRules(argument: List<suspend BudgetThresholdRuleArgsBuilder.() -> Unit>)
@JvmName(name = "dmwebkdxdyajtctd")
suspend fun thresholdRules(vararg argument: suspend BudgetThresholdRuleArgsBuilder.() -> Unit)
@JvmName(name = "whhfjxckiycinxif")
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.