alpn

@JvmName(name = "ypflxwhkqvxcmrwv")
suspend fun alpn(value: Output<List<String>>)
@JvmName(name = "cnuldfslpurqrpwg")
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 = "dmfaqklnyobhecst")
suspend fun alpn(vararg values: Output<String>)


@JvmName(name = "lncvejhghntolybk")
suspend fun alpn(values: List<Output<String>>)
@JvmName(name = "absvxhuhpltkvlay")
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.