httpCookie

@JvmName(name = "hohulltjmobrdjdn")
suspend fun httpCookie(value: Output<BackendServiceConsistentHashHttpCookieArgs>)
@JvmName(name = "vmtxpgjvhsxiiujb")
suspend fun httpCookie(value: BackendServiceConsistentHashHttpCookieArgs?)

Parameters

value

Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE. Structure is documented below.


@JvmName(name = "eigibmmcrlqiwoiv")
suspend fun httpCookie(argument: suspend BackendServiceConsistentHashHttpCookieArgsBuilder.() -> Unit)

Parameters

argument

Hash is based on HTTP Cookie. This field describes a HTTP cookie that will be used as the hash key for the consistent hash load balancer. If the cookie is not present, it will be generated. This field is applicable if the sessionAffinity is set to HTTP_COOKIE. Structure is documented below.