pipelineSources

@JvmName(name = "fvnbdrayukroirau")
suspend fun pipelineSources(value: Output<Map<String, String>>)
@JvmName(name = "atlwqdvcdkmojvgb")
suspend fun pipelineSources(value: Map<String, String>?)

Parameters

value

The sources of the pipeline (for example, Dataplex). The keys and values are set by the corresponding sources during pipeline creation. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.


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

Parameters

values

The sources of the pipeline (for example, Dataplex). The keys and values are set by the corresponding sources during pipeline creation. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.