Load Balancer Sticky Sessions Args
data class LoadBalancerStickySessionsArgs(val cookieName: Output<String>? = null, val cookieTtlSeconds: Output<Int>? = null, val type: Output<String>? = null) : ConvertibleToJava<LoadBalancerStickySessionsArgs>
Properties
Link copied to clipboard
The name to be used for the cookie sent to the client. This attribute is required when using cookies
for the sticky sessions type.
Link copied to clipboard
The number of seconds until the cookie set by the Load Balancer expires. This attribute is required when using cookies
for the sticky sessions type.