parameters

@JvmName(name = "iwcnhgndhbllwesu")
suspend fun parameters(value: Output<Map<String, Any>>)
@JvmName(name = "molaqqheurnyevyr")
suspend fun parameters(value: Map<String, Any>?)

Parameters

value

Key/Value pairs to be passed to the Dataflow job (as used in the template). Additional pipeline options such as serviceAccount, workerMachineType, etc can be specified here.


@JvmName(name = "fubroushwrjkgmcp")
fun parameters(vararg values: Pair<String, Any>)

Parameters

values

Key/Value pairs to be passed to the Dataflow job (as used in the template). Additional pipeline options such as serviceAccount, workerMachineType, etc can be specified here.