datapipeline_delete_pipeline {paws.analytics} | R Documentation |
Deletes a pipeline, its pipeline definition, and its run history
Description
Deletes a pipeline, its pipeline definition, and its run history. AWS Data Pipeline attempts to cancel instances associated with the pipeline that are currently being processed by task runners.
See https://www.paws-r-sdk.com/docs/datapipeline_delete_pipeline/ for full documentation.
Usage
datapipeline_delete_pipeline(pipelineId)
Arguments
pipelineId |
[required] The ID of the pipeline. |
[Package paws.analytics version 0.9.0 Index]