codepipeline_get_pipeline: Returns the metadata, structure, stages, and actions of a...

View source: R/codepipeline_operations.R

codepipeline_get_pipelineR Documentation

Returns the metadata, structure, stages, and actions of a pipeline

Description

Returns the metadata, structure, stages, and actions of a pipeline. Can be used to return the entire structure of a pipeline in JSON format, which can then be modified and used to update the pipeline structure with update_pipeline.

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

Usage

codepipeline_get_pipeline(name, version = NULL)

Arguments

name

[required] The name of the pipeline for which you want to get information. Pipeline names must be unique in an Amazon Web Services account.

version

The version number of the pipeline. If you do not specify a version, defaults to the current version.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.