scriptVariables

@JvmName(name = "slxfpvprsnclifed")
suspend fun scriptVariables(value: Output<Map<String, String>>)
@JvmName(name = "gmivkcropwmbdunt")
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 = "hktpoaulbuvktkra")
fun scriptVariables(vararg values: Pair<String, String>)

Parameters

values

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