samesite

@JvmName(name = "wdbcqeewokgyihdc")
suspend fun samesite(value: Output<String>)
@JvmName(name = "dpdrjjnlvtosjtng")
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", the secure attribute can not be set to "Never". Available values: "Auto", "Lax", "None", "Strict".