
Last chance! 50% off unlimited learning
Sale ends in
Adds tasks, schedules, and preconditions to the specified pipeline. You can use put_pipeline_definition
to populate a new pipeline.
See https://www.paws-r-sdk.com/docs/datapipeline_put_pipeline_definition/ for full documentation.
datapipeline_put_pipeline_definition(
pipelineId,
pipelineObjects,
parameterObjects = NULL,
parameterValues = NULL
)
[required] The ID of the pipeline.
[required] The objects that define the pipeline. These objects overwrite the existing pipeline definition.
The parameter objects used with the pipeline.
The parameter values used with the pipeline.