hostNames

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


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