v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1456332247.5 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>Custom event bus names can't contain the <code>/</code> character, but you can use the <code>/</code> character in partner event bus names. In addition, for partner event buses, the name must exactly match the name of the partner event source that this event bus is matched to.</p> <p>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>
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.