hosts

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


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