Module Values.ResolvedConfigurationSource

The resolved configuration for a service revision, which contains the actual resources your service revision uses, such as which target groups serve traffic.

Sourcetype nonrec t = {
  1. loadBalancers : ServiceRevisionLoadBalancers.t option;
    (*

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

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