ConsistentHashLoadBalancerSettingsHttpCookieArgs

data class ConsistentHashLoadBalancerSettingsHttpCookieArgs(val name: Output<String>? = null, val path: Output<String>? = null, val ttl: Output<DurationArgs>? = null) : ConvertibleToJava<ConsistentHashLoadBalancerSettingsHttpCookieArgs>

The information about the HTTP Cookie on which the hash function is based for load balancing policies that use a consistent hash.

Constructors

fun ConsistentHashLoadBalancerSettingsHttpCookieArgs(name: Output<String>? = null, path: Output<String>? = null, ttl: Output<DurationArgs>? = null)

Functions

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

Properties

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

Name of the cookie.

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

Path to set for the cookie.

Link copied to clipboard
val ttl: Output<DurationArgs>? = null

Lifetime of the cookie.