Module Values.TrafficRouteSource

Information about a listener. The listener contains the path used to route traffic that is received from the load balancer to a target group.

Sourcetype nonrec t = {
  1. 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.

    *)
}
Sourceval make : ?listenerArns:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `String of ListenerArn.t ] list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t