v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14157452.7 KB

Creates an EventIntegration, given a specified name, description, and a reference to an Amazon EventBridge bus in your account and a partner event source that pushes events to that bus. No objects are created in the your account, only metadata that is persisted on the EventIntegration control plane.

post/eventIntegrations

Request body

Namestring required

The name of the event integration.

Descriptionstring

The description of the event integration.

EventBridgeBusstring required

The EventBridge bus.

ClientTokenstring

A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If not provided, the Amazon Web Services SDK populates this field. For more information about idempotency, see <a href="https://aws.amazon.com/builders-library/making-retries-safe-with-idempotent-APIs/">Making retries safe with idempotent APIs</a>.

Tagsobject

The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.

Response

Success

EventIntegrationArnstring

The Amazon Resource Name (ARN) of the event integration.