hostNames

@JvmName(name = "ymmoeiqykxsptxmm")
suspend fun hostNames(value: Output<List<String>>)
@JvmName(name = "ttktiknveipwbuee")
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 = "mturybayijujngxw")
suspend fun hostNames(vararg values: Output<String>)


@JvmName(name = "tqjxnpuofbedbmka")
suspend fun hostNames(values: List<Output<String>>)
@JvmName(name = "qxcnnthrabhiiqam")
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.