Module Values.ServiceRevisionLoadBalancerSource

The resolved load balancer configuration for a service revision. This includes information about which target groups serve traffic and which listener rules direct traffic to them.

Sourcetype nonrec t = {
  1. targetGroupArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the target group associated with the service revision.

    *)
  2. productionListenerRule : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the production listener rule or listener that directs traffic to the target group associated with the service revision.

    *)
}
Sourceval make : ?targetGroupArn:??? -> ?productionListenerRule:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t ]) 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