parameters

@JvmName(name = "bosqmikcwgjybtvc")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "yipxvnyussjycikr")
suspend fun parameters(value: Map<String, String>?)

Parameters

value

Template specific Key/Value pairs to be forwarded to the pipeline's options; keys are case-sensitive based on the language on which the pipeline is coded, mostly Java. Note: do not configure Dataflow options here in parameters.


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

Parameters

values

Template specific Key/Value pairs to be forwarded to the pipeline's options; keys are case-sensitive based on the language on which the pipeline is coded, mostly Java. Note: do not configure Dataflow options here in parameters.