scriptVariables

@JvmName(name = "oiawtgnlammwowqu")
suspend fun scriptVariables(value: Output<Map<String, String>>)
@JvmName(name = "etroutgtsbeslxcy")
suspend fun scriptVariables(value: Map<String, String>?)

Parameters

value

Mapping of query variable names to values (equivalent to the Pig command: name=).


@JvmName(name = "pcbkomepinfjgruy")
fun scriptVariables(vararg values: Pair<String, String>)

Parameters

values

Mapping of query variable names to values (equivalent to the Pig command: name=).