sniHosts

@JvmName(name = "jelnaoincesgnkmw")
suspend fun sniHosts(value: Output<List<String>>)
@JvmName(name = "krlpjgifuuwinnph")
suspend fun sniHosts(value: List<String>?)

Parameters

value

SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com. Partial wildcards are not supported, and values like *w.example.com are invalid. At least one of sniHost and alpn is required. Up to 5 sni hosts across all matches can be set.


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


@JvmName(name = "qqpkbklpansaboap")
suspend fun sniHosts(values: List<Output<String>>)
@JvmName(name = "bstjhrupcttokwrq")
suspend fun sniHosts(vararg values: String)

Parameters

values

SNI (server name indicator) to match against. SNI will be matched against all wildcard domains, i.e. www.example.com will be first matched against www.example.com, then *.example.com, then *.com. Partial wildcards are not supported, and values like *w.example.com are invalid. At least one of sniHost and alpn is required. Up to 5 sni hosts across all matches can be set.