Values.TargetGroupStickinessConfigSourceInformation about the target group stickiness for a rule.
type nonrec t = {enabled : TargetGroupStickinessEnabled.t option;Indicates whether target group stickiness is enabled.
*)durationSeconds : TargetGroupStickinessDurationSeconds.t option;[Application Load Balancers] The time period, in seconds, during which requests from a client should be routed to the same target group. The range is 1-604800 seconds (7 days). You must specify this value when enabling target group stickiness.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of TargetGroupStickinessEnabled.t
| `Integer of TargetGroupStickinessDurationSeconds.t ])
list ]