samesite

@JvmName(name = "eqoqjbapahlcvmcc")
suspend fun samesite(value: Output<String>)
@JvmName(name = "vllhbmtelqhdwmjb")
suspend fun samesite(value: String?)

Parameters

value

Configures the SameSite attribute on session affinity cookie. Value Auto will be translated to Lax or None depending if Always Use HTTPS is enabled. Note: when using value None, then you can not set secure="Never". Available values: Auto, Lax, None, Strict.