aws.codepipeline.list_pipelines
Example SQL Queries
SELECT * FROMaws.codepipeline.list_pipelines;Description
Gets a summary of all of the pipelines associated with your account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created The date and time the pipeline was created, in timestamp format. | TIMESTAMP_S |
| execution_mode The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED. | VARCHAR |
| name The name of the pipeline. | VARCHAR |
| pipeline_type 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.
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?. | VARCHAR |
| updated The date and time of the last update to the pipeline, in timestamp format. | TIMESTAMP_S |
| version The version number of the pipeline. | BIGINT |