scriptVariables

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

Parameters

value

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


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

Parameters

values

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