RulesetSubstitutionValueArgs

data class RulesetSubstitutionValueArgs(val value: Output<String>, val valueReference: Output<String>) : ConvertibleToJava<RulesetSubstitutionValueArgs>

A key-value pair to associate expression's substitution variable names with their values

Constructors

Link copied to clipboard
constructor(value: Output<String>, valueReference: Output<String>)

Properties

Link copied to clipboard
val value: Output<String>

Value or column name

Link copied to clipboard
val valueReference: Output<String>

Variable name

Functions

Link copied to clipboard
open override fun toJava(): RulesetSubstitutionValueArgs