Target Group Stickiness
data class TargetGroupStickiness(val cookieDuration: Int? = null, val cookieName: String? = null, val enabled: Boolean? = null, val type: String)
Properties
Link copied to clipboard
Only used when the type is lb_cookie
. The time period, in seconds, during which requests from a client should be routed to the same target. After this time period expires, the load balancer-generated cookie is considered stale. The range is 1 second to 1 week (604800 seconds). The default value is 1 day (86400 seconds).
Link copied to clipboard
Name of the application based cookie. AWSALB, AWSALBAPP, and AWSALBTG prefixes are reserved and cannot be used. Only needed when type is app_cookie
.