hosts

@JvmName(name = "vlqevacavgqblpkt")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "jlrvwctyvbiucvig")
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 = "txgvxvisytyancrw")
suspend fun hosts(vararg values: Output<String>)


@JvmName(name = "jaenlvxovornhbbw")
suspend fun hosts(values: List<Output<String>>)
@JvmName(name = "aqpekoqapcjddfwf")
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 "*".