---
title: "Create an Amazon EventBridge source"
method: POST
path: "/api/v1/integration/aws/event_bridge"
tags: ["AWS Integration"]
deprecated: true
---

# Create an Amazon EventBridge source

`POST /api/v1/integration/aws/event_bridge`

> **Deprecated.**

**This endpoint is deprecated - use the V2 endpoints instead.** Create an Amazon EventBridge source.

## Request body

- AWSEventBridgeCreateRequest — An object used to create an EventBridge source.
  - `account_id` string — Your AWS Account ID without dashes.
  - `create_event_bus` boolean — True if Datadog should create the event bus in addition to the event source. Requires the `events:CreateEventBus` permission.
  - `event_generator_name` string — The given part of the event source name, which is then combined with an assigned suffix to form the full name.
  - `region` string — The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).

## Response `200`

OK

- AWSEventBridgeCreateResponse — A created EventBridge source.
  - `event_source_name` string — The event source name.
  - `has_bus` boolean — True if the event bus was created in addition to the source.
  - `region` string — The event source's [AWS region](https://docs.aws.amazon.com/general/latest/gr/rande.html#regional-endpoints).
  - `status` 'created' — The event source status "created".

## Other responses

- `400` — Bad Request
- `403` — Authentication Error
- `429` — Too many requests

---

[API](https://skmtc.net/datadog/apis/api-v1.md) · [All operations](https://skmtc.net/datadog/apis/api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/datadog/api-v1/revisions/ca5871004d26/schema)
