hostnames

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


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