codepipeline_get_pipeline_execution {paws.developer.tools}R Documentation

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline

Description

Returns information about an execution of a pipeline, including details about artifacts, the pipeline execution ID, and the name, version, and status of the pipeline.

See https://www.paws-r-sdk.com/docs/codepipeline_get_pipeline_execution/ for full documentation.

Usage

codepipeline_get_pipeline_execution(pipelineName, pipelineExecutionId)

Arguments

pipelineName

[required] The name of the pipeline about which you want to get execution details.

pipelineExecutionId

[required] The ID of the pipeline execution about which you want to get execution details.


[Package paws.developer.tools version 0.7.0 Index]