Server Group Sticky Session Config Args
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
fun ServerGroupStickySessionConfigArgs(cookie: Output<String>? = null, cookieTimeout: Output<Int>? = null, stickySessionEnabled: Output<Boolean>? = null, stickySessionType: Output<String>? = null)