substitutionMap

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


@JvmName(name = "ouabwjciarrdkraa")
suspend fun substitutionMap(values: List<Output<RulesetSubstitutionValueArgs>>)
@JvmName(name = "vhflaexslqgxwnip")
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 = "lqfcykotdmrsvoau")
suspend fun substitutionMap(argument: List<suspend RulesetSubstitutionValueArgsBuilder.() -> Unit>)
@JvmName(name = "qsqhytfqrrjxerwf")
suspend fun substitutionMap(vararg argument: suspend RulesetSubstitutionValueArgsBuilder.() -> Unit)
@JvmName(name = "gxqexjhlviltjvlb")
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".