Values.SourceEventMetadataSourceDescribes the metadata for a source event. For more information, see Event structure reference in the Amazon EventBridge User Guide.
type nonrec t = {eventTypeVersion : SourceEventMetadataEventTypeVersionString.t option;The version of the type of event.
*)sourceEventId : String_.t option;The source event id.
*)eventOriginRegion : SourceEventMetadataEventOriginRegionString.t option;The Region the event originated from.
*)source : Source.t option;The Amazon Web Services service the event originates from. For example aws.cloudwatch.
*)eventOccurrenceTime : SyntheticTimestamp_date_time.t option;The date and time the source event occurred. This is based on the Source Event.
*)eventType : SourceEventMetadataEventTypeString.t option;The type of event. For example, an Amazon CloudWatch state change.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of [> `String of TagsMemberString.t ] list
| `String of String_.t ])
list ]
list
| `String of SourceEventMetadataEventTypeVersionString.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]