datapipeline_deactivate_pipeline {paws.analytics} | R Documentation |
Deactivates the specified running pipeline
Description
Deactivates the specified running pipeline. The pipeline is set to the DEACTIVATING
state until the deactivation process completes.
See https://www.paws-r-sdk.com/docs/datapipeline_deactivate_pipeline/ for full documentation.
Usage
datapipeline_deactivate_pipeline(pipelineId, cancelActive = NULL)
Arguments
pipelineId |
[required] The ID of the pipeline. |
cancelActive |
Indicates whether to cancel any running objects. The default is true,
which sets the state of any running objects to |
[Package paws.analytics version 0.9.0 Index]