Values.ManagedSourceEventMetadataSummarySourceA short summary and metadata for a managed notification event.
type nonrec t = {eventOriginRegion : ManagedSourceEventMetadataSummaryEventOriginRegionString.t
option;The Region where the notification originated.
*)source : Source.t option;The source service of the notification. Must match one of the valid EventBridge sources. Only Amazon Web Services service sourced events are supported. For example, aws.ec2 and aws.cloudwatch. For more information, see Event delivery from Amazon Web Services services in the Amazon EventBridge User Guide.
*)eventType : ManagedSourceEventMetadataSummaryEventTypeString.t option;The event Type of the notification.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of
ManagedSourceEventMetadataSummaryEventOriginRegionString.t ])
list ]