Values.EksAttemptContainerDetailSourceAn object that represents the details for an attempt for a job attempt that an Amazon EKS container runs.
type nonrec t = {name : String_.t option;The name of a container.
*)containerID : String_.t option;The ID for the container.
*)exitCode : Integer.t option;The exit code returned for the job attempt. A non-zero exit code is considered failed.
*)reason : String_.t option;A short (255 max characters) human-readable string to provide additional details for a running or stopped container.
*)}