Values_0.ClusterEventDetailSourceDetailed information about a specific 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 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.
*)eventDetails : EventDetails.t option;Additional details about the event, including event-specific metadata.
*)description : String_.t option;A 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
| `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Integer of InstanceCount.t
| `List of
[> `String of String_.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `List of
[> `String of String_.t ] list ])
list ])
list ]
list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of String_.t ] list
| `String of String_.t ])
list ])
list ])
list ])
list
| `Timestamp of Timestamp.t ])
list ]