predicates

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

Parameters

value

Specifies a list of conditions to evaluate a route for each request in app level. 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 = "ymouhvxlqhmauxxl")
suspend fun predicates(vararg values: Output<String>)


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

Parameters

values

Specifies a list of conditions to evaluate a route for each request in app level. 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.