Amazon EventBridge · Schema

Amazon EventBridge Event

JSON Schema for the standard Amazon EventBridge event envelope. All events delivered through EventBridge conform to this structure.

Amazon Web ServicesAWSEvent BusEvent-DrivenEventsIntegrationServerless

Properties

Name Type Description
version string By default, this is set to 0 (zero) in all events.
id string A unique identifier for the event, generated by EventBridge for each event.
detail-type string Identifies, in combination with the source field, the fields and values that appear in the detail field.
source string Identifies the service or application that generated the event. All events originating from AWS services begin with aws.
account string The 12-digit number identifying an AWS account.
time string The event timestamp, which can be specified by the service originating the event.
region string Identifies the AWS region where the event originated.
resources array A JSON array containing ARNs that identify resources that are involved in the event.
detail object A JSON object that contains information about the event. The service generating the event determines the content of this field.
View JSON Schema on GitHub