hosts

@JvmName(name = "uwhwgknfwbbousos")
suspend fun hosts(value: Output<List<String>>)
@JvmName(name = "sffnytrrlipcuyyb")
suspend fun hosts(value: List<String>?)

Parameters

value

Used in Ingress or Egress Gateway cases to specify hosts that the policy applies to. Exact match, prefix match, and suffix match are supported.


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


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

Parameters

values

Used in Ingress or Egress Gateway cases to specify hosts that the policy applies to. Exact match, prefix match, and suffix match are supported.