Values_0.AnalysisLoadBalancerTargetSourceDescribes a load balancer target.
type nonrec t = {address : IpAddress.t option;The IP address.
*)availabilityZone : String_.t option;The Availability Zone.
*)availabilityZoneId : String_.t option;The ID of the Availability Zone.
*)instance : AnalysisComponent.t option;Information about the instance.
*)port : Port.t option;The port on which the target is listening.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of Port.t
| `String of IpAddress.t
| `Structure of (string * [> `String of String_.t ]) list ])
list ]