Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { Version string `json:"version"` Id string `json:"id"` DetailType string `json:"detail-type"` Source string `json:"source"` Account string `json:"account"` Time time.Time `json:"time"` Region string `json:"region"` Resources []string `json:"resources"` Detail map[string]interface{} `json:"detail"` }
Event is the event structure for eventbridge events see https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-events.html
Click to show internal directories.
Click to hide internal directories.