An event is a notification of a change - a record of activity in your stack.
Name | Type | Required? | Description |
---|---|---|---|
occurred | String | yes | When the event happened |
event | String | yes | Name of the event that happened |
resource | Object | yes | Primary resource this event concerns |
related | Array | no | List of additional Resources involved in this event |
payload | Object | no | Open-ended set of data describing what happened |
id | String | yes | Client-provided identifier of this event |
follows | String | no | ID of an event that is known to have occurred prior to this one |