datapipeline_get_pipeline_definition {paws.analytics} | R Documentation |
Gets the definition of the specified pipeline
Description
Gets the definition of the specified pipeline. You can call get_pipeline_definition
to retrieve the pipeline definition that you provided using put_pipeline_definition
.
See https://www.paws-r-sdk.com/docs/datapipeline_get_pipeline_definition/ for full documentation.
Usage
datapipeline_get_pipeline_definition(pipelineId, version = NULL)
Arguments
pipelineId |
[required] The ID of the pipeline. |
version |
The version of the pipeline definition to retrieve. Set this parameter
to |
[Package paws.analytics version 0.9.0 Index]