Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RoutePolicyPolicyTerm

import type { RoutePolicyPolicyTerm } from "https://googleapis.deno.dev/v1/compute:v1.ts";
interface RoutePolicyPolicyTerm {
actions?: Expr[];
match?: Expr;
priority?: number;
}

§Properties

§
actions?: Expr[]
[src]

CEL expressions to evaluate to modify a route when this term matches.

§
match?: Expr
[src]

CEL expression evaluated against a route to determine if this term applies. When not set, the term applies to all routes.

§
priority?: number
[src]

The evaluation priority for this term, which must be between 0 (inclusive) and 2^31 (exclusive), and unique within the list.