alpns

@JvmName(name = "vhugytkubwaimxxc")
suspend fun alpns(value: Output<List<String>>)
@JvmName(name = "lpjoooxhyyxrwych")
suspend fun alpns(value: List<String>?)

Parameters

value

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


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


@JvmName(name = "hobsnpgcailnkule")
suspend fun alpns(values: List<Output<String>>)
@JvmName(name = "jhuvvldnmvblxrud")
suspend fun alpns(vararg values: String)

Parameters

values

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