datapipeline_activate_pipeline {paws.analytics} | R Documentation |
Validates the specified pipeline and starts processing pipeline tasks
Description
Validates the specified pipeline and starts processing pipeline tasks. If the pipeline does not pass validation, activation fails.
See https://www.paws-r-sdk.com/docs/datapipeline_activate_pipeline/ for full documentation.
Usage
datapipeline_activate_pipeline(
pipelineId,
parameterValues = NULL,
startTimestamp = NULL
)
Arguments
pipelineId |
[required] The ID of the pipeline. |
parameterValues |
A list of parameter values to pass to the pipeline at activation. |
startTimestamp |
The date and time to resume the pipeline. By default, the pipeline resumes from the last completed execution. |
[Package paws.analytics version 0.7.0 Index]