alpn

@JvmName(name = "wrxpobdjbhoxicfl")
suspend fun alpn(value: Output<List<String>>)
@JvmName(name = "dedihnkpitwfumso")
suspend fun alpn(value: List<String>?)

Parameters

value

Optional. ALPN (Application-Layer Protocol Negotiation) to match against. Examples: "http/1.1", "h2". At least one of sni_host and alpn is required. Up to 5 alpns across all matches can be set.


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


@JvmName(name = "xmhkfafnwdilfgyc")
suspend fun alpn(values: List<Output<String>>)
@JvmName(name = "caociysxkaytcleo")
suspend fun alpn(vararg values: String)

Parameters

values

Optional. ALPN (Application-Layer Protocol Negotiation) to match against. Examples: "http/1.1", "h2". At least one of sni_host and alpn is required. Up to 5 alpns across all matches can be set.