hostNames

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

Parameters

value

List of Host names for HTTP Listener that allows special wildcard characters as well.


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


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

Parameters

values

List of Host names for HTTP Listener that allows special wildcard characters as well.