Adds tasks, schedules, and preconditions to the specified pipeline
Source:R/datapipeline_operations.R
datapipeline_put_pipeline_definition.RdAdds 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.
Usage
datapipeline_put_pipeline_definition(
pipelineId,
pipelineObjects,
parameterObjects = NULL,
parameterValues = NULL
)