Values.ServiceRevisionLoadBalancerSourceThe 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.
type nonrec t = {targetGroupArn : String_.t option;The Amazon Resource Name (ARN) of the target group associated with the service revision.
*)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.
*)}