Values.EksAttemptDetailSourceAn object that represents the details of a job attempt for a job attempt by an Amazon EKS container.
type nonrec t = {containers : EksAttemptContainerDetails.t option;The details for the final status of the containers for this job attempt.
*)initContainers : EksAttemptContainerDetails.t option;The details for the init containers.
*)eksClusterArn : String_.t option;The Amazon Resource Name (ARN) of the Amazon EKS cluster.
*)podName : String_.t option;The name of the pod for this job attempt.
*)podNamespace : String_.t option;The namespace of the Amazon EKS cluster that the pod exists in.
*)nodeName : String_.t option;The name of the node for this job attempt.
*)startedAt : Long.t option;The Unix timestamp (in milliseconds) for when the attempt was started (when the attempt transitioned from the STARTING state to the RUNNING state).
*)stoppedAt : Long.t option;The Unix timestamp (in milliseconds) for when the attempt was stopped. This happens when the attempt transitioned from the RUNNING state to a terminal state, such as SUCCEEDED or FAILED.
*)statusReason : String_.t option;A short, human-readable string to provide additional details for the current status of the job attempt.
*)}