hosts

@JvmName(name = "ohrmwrbpbuxpnwrj")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "fitcckxcbstgpuxm")
suspend fun hosts(value: List<String>)

Parameters

value

List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".


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


@JvmName(name = "kibhpqxoninvwvlk")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "elropnpkpbkpnlsb")
suspend fun hosts(vararg values: String)

Parameters

values

List of host names to match. Matched against the ":authority" header in http requests. At least one host should match. Each host can be an exact match, or a prefix match (example "mydomain.") or a suffix match (example ".myorg.com") or a presence (any) match "*".