parameters

@JvmName(name = "kugrmmtegenqannn")
suspend fun parameters(value: Output<Map<String, String>>)
@JvmName(name = "ptthquytbyppqlmb")
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 = "uvbncjnnjkcbnvvh")
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.