substitutionMap

@JvmName(name = "iitepsljctigakev")
suspend fun substitutionMap(value: Output<List<RulesetSubstitutionValueArgs>>)
@JvmName(name = "ylxpwerquvvvtopl")
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 = "eqcedytbmolxlffp")
suspend fun substitutionMap(vararg values: Output<RulesetSubstitutionValueArgs>)


@JvmName(name = "toogqpkcayswkolq")
suspend fun substitutionMap(values: List<Output<RulesetSubstitutionValueArgs>>)
@JvmName(name = "jqsicmbppbrvooug")
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 = "gkncspagddiipijh")
suspend fun substitutionMap(argument: List<suspend RulesetSubstitutionValueArgsBuilder.() -> Unit>)
@JvmName(name = "ujiwpoptulhkqwqu")
suspend fun substitutionMap(vararg argument: suspend RulesetSubstitutionValueArgsBuilder.() -> Unit)
@JvmName(name = "bdosrwbvwvpgbnmo")
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".