paws.analytics (version 0.1.0)

datapipeline_get_pipeline_definition: Gets the definition of the specified pipeline

Description

Gets the definition of the specified pipeline. You can call GetPipelineDefinition to retrieve the pipeline definition that you provided using PutPipelineDefinition.

Usage

datapipeline_get_pipeline_definition(pipelineId, version)

Arguments

pipelineId

[required] The ID of the pipeline.

version

The version of the pipeline definition to retrieve. Set this parameter to latest (default) to use the last definition saved to the pipeline or active to use the last definition that was activated.

Request syntax

svc$get_pipeline_definition(
  pipelineId = "string",
  version = "string"
)