hosts

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


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