Values.TargetHealthDescriptionSourceInformation about the health of a target.
type nonrec t = {target : TargetDescription.t option;The description of the target.
*)healthCheckPort : HealthCheckPort.t option;The port to use to connect with the target.
*)targetHealth : TargetHealth.t option;The health information for the target.
*)anomalyDetection : AnomalyDetection.t option;The anomaly detection result for the target. If no anomalies were detected, the result is normal. If anomalies were detected, the result is anomalous.
*)administrativeOverride : AdministrativeOverride.t option;The administrative override information for the target.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of HealthCheckPort.t
| `Structure of
(string
* [> `Enum of string
| `Integer of Port.t
| `String of TargetId.t ])
list ])
list ]