Values.TargetGroupPairInfoSourceInformation about two target groups and how traffic is routed during an Amazon ECS deployment. An optional test traffic route can be specified.
type nonrec t = {targetGroups : TargetGroupInfoList.t option;One pair of target groups. One is associated with the original task set. The second is associated with the task set that serves traffic after the deployment is complete.
*)prodTrafficRoute : TrafficRoute.t option;The path used by a load balancer to route production traffic when an Amazon ECS deployment is complete.
*)testTrafficRoute : TrafficRoute.t option;An optional path used by a load balancer to route test traffic after an Amazon ECS deployment. Validation can occur while test traffic is served during a deployment.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of TargetGroupName.t ]) list ]
list
| `Structure of
(string * [> `List of [> `String of ListenerArn.t ] list ]) list ])
list ]