transformNameMapping

@JvmName(name = "wcjxnpcwmcuguaqr")
suspend fun transformNameMapping(value: Output<Map<String, String>>)
@JvmName(name = "vxcyjipgalceoerw")
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. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'


@JvmName(name = "ncjksxoxgxlwggcn")
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. 'An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.'