hostNames

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


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