Values.TrafficRouteSourceInformation about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.
type nonrec t = {listenerArns : ListenerArnList.t option;The Amazon Resource Name (ARN) of one listener. The listener identifies the route between a target group and a load balancer. This is an array of strings with a maximum size of one.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of ListenerArn.t ] list ]) list ]