---
title: CodePipeline Pipeline
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: Docs > DDSQL Reference > Data Directory > CodePipeline Pipeline
---

# CodePipeline Pipeline

AWS CodePipeline Pipeline is a fully managed continuous delivery service that automates the build, test, and deployment phases of application release processes. It enables you to model workflows as pipelines, integrating with services like CodeBuild, CodeDeploy, and third-party tools. This helps deliver software updates quickly and reliably.

```
aws.codepipeline_pipeline
```

## Fields

| Title          | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    | Description |
| -------------- | ---- | ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key           | core | string     |
| account_id     | core | string     |
| created        | core | timestamp  | The date and time the pipeline was created, in timestamp format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| execution_mode | core | string     | The method that the pipeline will use to handle multiple executions. The default mode is SUPERSEDED.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         |
| name           | core | string     | The name of the pipeline.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| pipeline_arn   | core | string     |
| pipeline_type  | core | 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. <ul> <li> V1 type pipelines have a JSON structure that contains standard pipeline, stage, and action-level parameters. </li> <li> V2 type pipelines have the same structure as a V1 type, along with additional parameters for release safety and trigger configuration. </li> </ul> <important> 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. </important> For information about pricing for CodePipeline, see <a href="http://aws.amazon.com/codepipeline/pricing/">Pricing</a>. For information about which type of pipeline to choose, see <a href="https://docs.aws.amazon.com/codepipeline/latest/userguide/pipeline-types-planning.html">What type of pipeline is right for me?</a>. |
| tags           | core | hstore_csv |
| updated        | core | timestamp  | The date and time of the last update to the pipeline, in timestamp format.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   |
| version        | core | int64      | The version number of the pipeline.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |
