substitutionMap

@JvmName(name = "tencgngrhxkgevry")
suspend fun substitutionMap(value: Output<List<RulesetSubstitutionValueArgs>>)
@JvmName(name = "sbjvnxtixueypwkd")
suspend fun substitutionMap(value: List<RulesetSubstitutionValueArgs>?)

Parameters

value

The map of substitution variable names to their values used in a check expression. Variable names should start with a ':' (colon). Variable values can either be actual values or column names. To differentiate between the two, column names should be enclosed in backticks, for example, ":col1": "Column A".


@JvmName(name = "bvxjsninkmtjqtlu")
suspend fun substitutionMap(vararg values: Output<RulesetSubstitutionValueArgs>)


@JvmName(name = "tigmwbetjgaedapn")
suspend fun substitutionMap(values: List<Output<RulesetSubstitutionValueArgs>>)
@JvmName(name = "jtdkyfltqytugxac")
suspend fun substitutionMap(vararg values: RulesetSubstitutionValueArgs)

Parameters

values

The map of substitution variable names to their values used in a check expression. Variable names should start with a ':' (colon). Variable values can either be actual values or column names. To differentiate between the two, column names should be enclosed in backticks, for example, ":col1": "Column A".


@JvmName(name = "oqdqgknhbkkgxvot")
suspend fun substitutionMap(argument: List<suspend RulesetSubstitutionValueArgsBuilder.() -> Unit>)
@JvmName(name = "hxdnplbdkhhotoxg")
suspend fun substitutionMap(vararg argument: suspend RulesetSubstitutionValueArgsBuilder.() -> Unit)
@JvmName(name = "bmvuwqgeqdaynpev")
suspend fun substitutionMap(argument: suspend RulesetSubstitutionValueArgsBuilder.() -> Unit)

Parameters

argument

The map of substitution variable names to their values used in a check expression. Variable names should start with a ':' (colon). Variable values can either be actual values or column names. To differentiate between the two, column names should be enclosed in backticks, for example, ":col1": "Column A".