headers

@JvmName(name = "vvauvwiwnhhnxgvj")
suspend fun headers(value: Output<List<String>>)
@JvmName(name = "jxnsmwvthoqjdvtd")
suspend fun headers(value: List<String>?)

Parameters

value

Configures the names of HTTP headers to base session affinity on when header session_affinity is enabled. At least one HTTP header name must be provided. To specify the exact cookies to be used, include an item in the following format: "cookie:<cookie-name-1>,<cookie-name-2>" (example) where everything after the colon is a comma-separated list of cookie names. Providing only "cookie" will result in all cookies being used. The default max number of HTTP header names that can be provided depends on your plan: 5 for Enterprise, 1 for all other plans.


@JvmName(name = "ljpyjlinykmvjwbo")
suspend fun headers(vararg values: Output<String>)


@JvmName(name = "tuesaaqxqwwxvpiu")
suspend fun headers(values: List<Output<String>>)
@JvmName(name = "mcpiyccmvuanovyc")
suspend fun headers(vararg values: String)

Parameters

values

Configures the names of HTTP headers to base session affinity on when header session_affinity is enabled. At least one HTTP header name must be provided. To specify the exact cookies to be used, include an item in the following format: "cookie:<cookie-name-1>,<cookie-name-2>" (example) where everything after the colon is a comma-separated list of cookie names. Providing only "cookie" will result in all cookies being used. The default max number of HTTP header names that can be provided depends on your plan: 5 for Enterprise, 1 for all other plans.