paws.analytics (version 0.1.0)

datapipeline_describe_pipelines: Retrieves metadata about one or more pipelines

Description

Retrieves metadata about one or more pipelines. The information retrieved includes the name of the pipeline, the pipeline identifier, its current state, and the user account that owns the pipeline. Using account credentials, you can retrieve metadata about pipelines that you or your IAM users have created. If you are using an IAM user account, you can retrieve metadata about only those pipelines for which you have read permissions.

Usage

datapipeline_describe_pipelines(pipelineIds)

Arguments

pipelineIds

[required] The IDs of the pipelines to describe. You can pass as many as 25 identifiers in a single call. To obtain pipeline IDs, call ListPipelines.

Request syntax

svc$describe_pipelines(
  pipelineIds = list(
    "string"
  )
)

Details

To retrieve the full pipeline definition instead of metadata about the pipeline, call GetPipelineDefinition.