hostNames

@JvmName(name = "qgnrrhlasnheauhj")
suspend fun hostNames(value: Output<List<String>>)
@JvmName(name = "vwaonwlsvoasxeyv")
suspend fun hostNames(value: List<String>?)

Parameters

value

List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.


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


@JvmName(name = "yltoswntgohepcji")
suspend fun hostNames(values: List<Output<String>>)
@JvmName(name = "wecuyfphupvluqgy")
suspend fun hostNames(vararg values: String)

Parameters

values

List of Server Name Indications(SNI) for TLS Multi-site Listener that allows special wildcard characters as well.