threshold

@JvmName(name = "hkuaciwuovhkcapn")
suspend fun threshold(value: Output<RulesetThresholdArgs>)
@JvmName(name = "xwslxwiwvldapvhm")
suspend fun threshold(value: RulesetThresholdArgs?)

Parameters

value

The threshold used with a non-aggregate check expression. Non-aggregate check expressions will be applied to each row in a specific column, and the threshold will be used to determine whether the validation succeeds.


@JvmName(name = "jynudewvsorcekhg")
suspend fun threshold(argument: suspend RulesetThresholdArgsBuilder.() -> Unit)

Parameters

argument

The threshold used with a non-aggregate check expression. Non-aggregate check expressions will be applied to each row in a specific column, and the threshold will be used to determine whether the validation succeeds.