View source: R/codepipeline_operations.R
codepipeline_get_pipeline | R Documentation |
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.
codepipeline_get_pipeline(name, version = NULL)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.