Values.LoadBalancerDescriptionSourceDescribes the details of a LoadBalancer.
type nonrec t = {loadBalancerName : String_.t option;The name of the LoadBalancer.
*)domain : String_.t option;The domain name of the LoadBalancer.
*)listeners : LoadBalancerListenersDescription.t option;A list of Listeners used by the LoadBalancer.
*)}