hostnames

@JvmName(name = "vpcutmcvnwkvnohq")
suspend fun hostnames(value: Output<List<String>>)
@JvmName(name = "erakvwiukusmwssb")
suspend fun hostnames(value: List<String>?)

Parameters

value

Set of hosts that should match against the HTTP host header to select a HttpRoute to process the request.


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


@JvmName(name = "svsuqmjhwaspybvt")
suspend fun hostnames(values: List<Output<String>>)
@JvmName(name = "akhhoeqjwompupsp")
suspend fun hostnames(vararg values: String)

Parameters

values

Set of hosts that should match against the HTTP host header to select a HttpRoute to process the request.