v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1451299221.6 KB

Creates a new event bus within your account. This can be a custom event bus which you can use to receive events from your custom applications and services, or it can be a partner event bus which can be matched to a partner event source.

post/#X-Amz-Target=AWSEvents.CreateEventBus

Headers

X-Amz-Target'AWSEvents.CreateEventBus' required

Request body

Namestring required
<p>The name of the new event bus. </p> <p>Event bus names cannot contain the / character. You can't use the name <code>default</code> for a custom event bus, as this name is already used for your account's default event bus.</p> <p>If this is a partner event bus, the name must exactly match the name of the partner event source that this event bus is matched to.</p>
EventSourceNamestring

If you are creating a partner event bus, this specifies the partner event source that the new event bus will be matched with.

Response

Success

EventBusArnstring

The ARN of the new event bus.