datapipeline_put_pipeline_definition {paws.analytics} | R Documentation |
Adds tasks, schedules, and preconditions to the specified pipeline
Description
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.
Usage
datapipeline_put_pipeline_definition(
pipelineId,
pipelineObjects,
parameterObjects = NULL,
parameterValues = NULL
)
Arguments
pipelineId |
[required] The ID of the pipeline. |
pipelineObjects |
[required] The objects that define the pipeline. These objects overwrite the existing pipeline definition. |
parameterObjects |
The parameter objects used with the pipeline. |
parameterValues |
The parameter values used with the pipeline. |
[Package paws.analytics version 0.7.0 Index]