hostNames

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

Parameters

value

List of Host names for HTTP Listener that allows special wildcard characters as well.


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


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

Parameters

values

List of Host names for HTTP Listener that allows special wildcard characters as well.