hosts

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


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