Amazon EventBridge · Example Payload

Amazon Eventbridge Event Example

Amazon Web ServicesEvent BusEvent-DrivenEventsIntegrationServerless

Amazon Eventbridge Event Example is an example object payload from Amazon EventBridge, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

versioniddetail-typesourceaccounttimeregionresourcesdetail

Example Payload

Raw ↑
{
  "version": "0",
  "id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
  "detail-type": "example-value",
  "source": "example-value",
  "account": "example-value",
  "time": "2025-01-15T00:00:00Z",
  "region": "example-value",
  "resources": [
    "example-value"
  ],
  "detail": {}
}