tlsEarlyData

@JvmName(name = "cyeayffbdfvrffex")
suspend fun tlsEarlyData(value: Output<String>)
@JvmName(name = "moqrvdkcuahhpnws")
suspend fun tlsEarlyData(value: String?)

Parameters

value

Specifies whether TLS 1.3 0-RTT Data (“Early Data”) should be accepted for this service. Early Data allows a TLS resumption handshake to include the initial application payload (a HTTP request) alongside the handshake, reducing the effective round trips to “zero”. This applies to TLS 1.3 connections over TCP (HTTP/2) as well as over UDP (QUIC/h3). Possible values are: STRICT, PERMISSIVE, DISABLED.