pipelineObjects

@JvmName(name = "tvfbeyngddcdmvly")
suspend fun pipelineObjects(value: Output<List<PipelineObjectArgs>>)
@JvmName(name = "bbvbtnstfjdrhsxu")
suspend fun pipelineObjects(value: List<PipelineObjectArgs>?)

Parameters

value

The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide.


@JvmName(name = "ctxbnedqvddxsmaw")
suspend fun pipelineObjects(vararg values: Output<PipelineObjectArgs>)


@JvmName(name = "acjguyscwfbruvsa")
suspend fun pipelineObjects(values: List<Output<PipelineObjectArgs>>)
@JvmName(name = "wjlensndyfjlapqp")
suspend fun pipelineObjects(vararg values: PipelineObjectArgs)

Parameters

values

The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide.


@JvmName(name = "lsujkbctupjcaune")
suspend fun pipelineObjects(argument: List<suspend PipelineObjectArgsBuilder.() -> Unit>)
@JvmName(name = "ujnvqidboumbsrjm")
suspend fun pipelineObjects(vararg argument: suspend PipelineObjectArgsBuilder.() -> Unit)
@JvmName(name = "qdmjycdruccaovcn")
suspend fun pipelineObjects(argument: suspend PipelineObjectArgsBuilder.() -> Unit)

Parameters

argument

The objects that define the pipeline. These objects overwrite the existing pipeline definition. Not all objects, fields, and values can be updated. For information about restrictions, see Editing Your Pipeline in the AWS Data Pipeline Developer Guide.