hostnames

@JvmName(name = "nbaclkjmliaixagu")
suspend fun hostnames(value: Output<List<String>>)
@JvmName(name = "kafuorwfkojxxbry")
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 = "opftttofhsgeoywl")
suspend fun hostnames(vararg values: Output<String>)


@JvmName(name = "yfqijvlmvsqkofsr")
suspend fun hostnames(values: List<Output<String>>)
@JvmName(name = "llpsvikchloayalv")
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.