v1

latestOpenAPI 3.1.22026-08-0611530152.3 KB
EventBridge

Add eventbridge

Adds an AWS EventBridge integration and returns its given identifier

post/eventbridges

Request body

vhoststring required

The VHost the queue resides in

queuestring required

A (durable) queue on your RabbitMQ instance

aws_regionstring required

The AWS region where you want the events to be sent to

aws_account_idinteger required

The AWS Account ID where you want the events to be sent to

with_headersboolean

Include message headers in the event data

Response

EventBridge created successfully

idinteger

Example response

{
  "id": 1
}