transformNameMapping

@JvmName(name = "wmjghaxvxiymsgil")
suspend fun transformNameMapping(value: Output<Map<String, String>>)
@JvmName(name = "awtllxyuceuolchk")
suspend fun transformNameMapping(value: Map<String, String>?)

Parameters

value

Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job. Only applicable when updating a pipeline.


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

Parameters

values

Map of transform name prefixes of the job to be replaced to the corresponding name prefixes of the new job. Only applicable when updating a pipeline.