Values.ForwardActionConfigSourceInformation about a forward action.
type nonrec t = {targetGroups : TargetGroupList.t option;The target groups.
*)targetGroupStickinessConfig : TargetGroupStickinessConfig.t option;The target group stickiness for the rule.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of TargetGroupWeight.t
| `String of TargetGroupArn.t ])
list ]
list
| `Structure of
(string
* [> `Boolean of TargetGroupStickinessEnabled.t
| `Integer of TargetGroupStickinessDurationSeconds.t ])
list ])
list ]