properties

@JvmName(name = "couexynyeuycotop")
suspend fun properties(value: Output<Map<String, String>>)
@JvmName(name = "ggueuxxqmistgxps")
suspend fun properties(value: Map<String, String>?)

Parameters

value

A map of Istio attribute to expected values. Exact match, prefix match, and suffix match are supported for values. For example, request.headers[version]: "v1". The properties are ANDed together.


@JvmName(name = "mgjgyofjajksqsxq")
fun properties(vararg values: Pair<String, String>)

Parameters

values

A map of Istio attribute to expected values. Exact match, prefix match, and suffix match are supported for values. For example, request.headers[version]: "v1". The properties are ANDed together.