hosts

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


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