Values.ContainerInstanceHealthStatusSourceAn object representing the health status of the container instance.
type nonrec t = {overallStatus : InstanceHealthCheckState.t option;The overall health status of the container instance. This is an aggregate status of all container instance health checks.
*)details : InstanceHealthCheckResultList.t option;An array of objects representing the details of the container instance health status.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `Enum of string
| `String of String_.t
| `Timestamp of Timestamp.t ])
list ]
list ])
list ]