ServerGroupStickySessionConfigArgs

data class ServerGroupStickySessionConfigArgs(val cookie: Output<String>? = null, val cookieTimeout: Output<Int>? = null, val stickySessionEnabled: Output<Boolean>? = null, val stickySessionType: Output<String>? = null) : ConvertibleToJava<ServerGroupStickySessionConfigArgs>

Constructors

Link copied to clipboard
constructor(cookie: Output<String>? = null, cookieTimeout: Output<Int>? = null, stickySessionEnabled: Output<Boolean>? = null, stickySessionType: Output<String>? = null)

Properties

Link copied to clipboard
val cookie: Output<String>? = null

The cookie to be configured on the server. The cookie must be 1 to 200 characters in length and can contain only ASCII characters and digits. It cannot contain commas (,), semicolons (;), or space characters. It cannot start with a dollar sign ($).

Link copied to clipboard
val cookieTimeout: Output<Int>? = null

The maximum amount of time to wait before the session cookie expires. Unit: seconds. Valid values: 1 to 86400. Default value: 1000.

Link copied to clipboard
val stickySessionEnabled: Output<Boolean>? = null

Specifies whether to enable session persistence. Valid values:

Link copied to clipboard
val stickySessionType: Output<String>? = null

The method that is used to handle a cookie. Valid values:

Functions

Link copied to clipboard
open override fun toJava(): ServerGroupStickySessionConfigArgs