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

# CodePipeline Webhook

CodePipeline Webhook in AWS is a resource that allows external systems to trigger pipeline executions automatically. It listens for specific events, such as code changes pushed to a repository, and then starts the associated pipeline without manual intervention. This enables continuous integration and delivery workflows by connecting external sources directly to CodePipeline.

```
aws.codepipeline_webhook
```

## Fields

| Title          | ID   | Type       | Data Type                                                                                                                                                                                                                                                                                                     | Description |
| -------------- | ---- | ---------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------- |
| _key           | core | string     |
| account_id     | core | string     |
| arn            | core | string     | The Amazon Resource Name (ARN) of the webhook.                                                                                                                                                                                                                                                                |
| definition     | core | json       | The detail returned for each webhook, such as the webhook authentication type and filter rules.                                                                                                                                                                                                               |
| error_code     | core | string     | The number code of the error.                                                                                                                                                                                                                                                                                 |
| error_message  | core | string     | The text of the error message about the webhook.                                                                                                                                                                                                                                                              |
| last_triggered | core | timestamp  | The date and time a webhook was last successfully triggered, in timestamp format.                                                                                                                                                                                                                             |
| tags           | core | hstore_csv |
| url            | core | string     | A unique URL generated by CodePipeline. When a POST request is made to this URL, the defined pipeline is started as long as the body of the post request satisfies the defined authentication and filtering conditions. Deleting and re-creating a webhook makes the old URL invalid and generates a new one. |
