threshold

@JvmName(name = "acwlmonatwpgwouf")
suspend fun threshold(value: Output<RulesetThresholdArgs>)
@JvmName(name = "bfojrqispqeaqnhw")
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 = "odsputelscloapaw")
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.