hostNames

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


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