Values_0.ClusterEventSummarySourceA summary of an event in a HyperPod cluster.
type nonrec t = {eventId : EventId.t option;The unique identifier (UUID) of the event.
*)clusterArn : ClusterArn.t option;The Amazon Resource Name (ARN) of the HyperPod cluster associated with the event.
*)clusterName : ClusterName.t option;The name of the HyperPod cluster associated with the event.
*)instanceGroupName : ClusterInstanceGroupName.t option;The name of the instance group associated with the event, if applicable.
*)instanceId : String_.t option;The Amazon Elastic Compute Cloud (EC2) instance ID associated with the event, if applicable.
*)resourceType : ClusterEventResourceType.t option;The type of resource associated with the event. Valid values are Cluster, InstanceGroup, or Instance.
*)eventTime : Timestamp.t option;The timestamp when the event occurred.
*)description : String_.t option;A brief, human-readable description of the event.
*)eventLevel : ClusterEventLevel.t option;The severity level of the event. Valid values are Info, Warn, and Error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EventId.t
| `Timestamp of Timestamp.t ])
list ]