AWS CodePipeline

List pipelines

Cette page n'est pas encore disponible en français, sa traduction est en cours.
Si vous avez des questions ou des retours sur notre projet de traduction actuel, n'hésitez pas à nous contacter.

Gets a summary of all of the pipelines associated with your account.

Inputs

Champ

Type

Description

region [required]

enum

default: us-east-1

nextToken

string

An identifier that was returned from the previous list pipelines call. It can be used to return the next set of pipelines in the list.

maxResults

number

The maximum number of pipelines to return in a single call. To retrieve the remaining pipelines, make another call with the returned nextToken value. The minimum value you can specify is 1. The maximum accepted value is 1000.

Outputs

Expand All

Champ

Type

Description

amzRequestId [required]

string

pipelines

[object]

The list of pipelines.

name

string

The name of the pipeline.

version

number

The version number of the pipeline.

pipelineType

string

CodePipeline provides the following pipeline types, which differ in characteristics and price, so that you can tailor your pipeline features and cost to the needs of your applications. V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. Including V2 parameters, such as triggers on Git tags, in the pipeline JSON when creating or updating a pipeline will result in the pipeline having the V2 type of pipeline and the associated costs. For information about pricing for CodePipeline, see Pricing. For information about which type of pipeline to choose, see What type of pipeline is right for me?.

executionMode

string

The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.

created

date-time

The date and time the pipeline was created, in timestamp format.

updated

date-time

The date and time of the last update to the pipeline, in timestamp format.

nextToken

string

If the amount of returned information is significantly large, an identifier is also returned. It can be used in a subsequent list pipelines call to return the next set of pipelines in the list.