Values.TargetGroupTupleSourceInformation about how traffic will be distributed between multiple target groups in a forward rule.
type nonrec t = {targetGroupArn : TargetGroupArn.t option;The Amazon Resource Name (ARN) of the target group.
*)weight : TargetGroupWeight.t option;The weight. The range is 0 to 999.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of TargetGroupWeight.t | `String of TargetGroupArn.t ])
list ]