predicates

@JvmName(name = "eowedcpphfgaqhax")
suspend fun predicates(value: Output<List<String>>)
@JvmName(name = "ltapqosgsmnkpbpb")
suspend fun predicates(value: List<String>?)

Parameters

value

A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.


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


@JvmName(name = "dyaubwnpgyeaqeav")
suspend fun predicates(values: List<Output<String>>)
@JvmName(name = "oeilwagbbwwyhafi")
suspend fun predicates(vararg values: String)

Parameters

values

A number of conditions to evaluate a route for each request. Each predicate may be evaluated against request headers and parameter values. All of the predicates associated with a route must evaluate to true for the route to be matched to the request.