Values.ConfigureHealthCheckInputSourceContains the parameters for ConfigureHealthCheck.
type nonrec t = {loadBalancerName : AccessPointName.t;The name of the load balancer.
*)healthCheck : HealthCheck.t;The configuration information.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of AccessPointName.t
| `Structure of
(string
* [> `Integer of HealthCheckInterval.t
| `String of HealthCheckTarget.t ])
list ])
list ]