Skip to main content

include/aws@lambda@event_EventBridgeEvent.hrl

-record(event_bridge_event, {
    id :: binary(),
    version :: binary(),
    detail_type :: binary(),
    source :: binary(),
    account :: binary(),
    time :: binary(),
    region :: binary(),
    resources :: list(binary()),
    detail :: any()
}).