hostNames

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

Parameters

value

A list of Hostname(s) should be used for this HTTP Listener. It allows special wildcard characters.

NOTE The host_names and host_name are mutually exclusive and cannot both be set.


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


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

Parameters

values

A list of Hostname(s) should be used for this HTTP Listener. It allows special wildcard characters.

NOTE The host_names and host_name are mutually exclusive and cannot both be set.