Router Route Policy Term
data class RouterRoutePolicyTerm(val actions: List<RouterRoutePolicyTermAction>? = null, val match: RouterRoutePolicyTermMatch? = null, val priority: Int)
Constructors
Link copied to clipboard
constructor(actions: List<RouterRoutePolicyTermAction>? = null, match: RouterRoutePolicyTermMatch? = null, priority: Int)
Properties
Link copied to clipboard
'CEL expressions to evaluate to modify a route when this term matches.'
Structure is documented below.
Link copied to clipboard
CEL expression evaluated against a route to determine if this term applies (see Policy Language). When not set, the term applies to all routes. Structure is documented below.