hostnames

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


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