Optional
afterPosition?: numberOptional
beforePosition?: numberAdd rules before the given position.
One-of ('position'): at most one of 'afterPosition', 'beforePosition' could be set.
Optional
routeRules?: SetRouteRulesRequestRouteRule[]List of rules to be checked against every HTTP request. The first matching
rule will forward the request to its specified backend stage. If no rules
are matched, the request is forwarded to the WAF stage defined by
waf_stage_id
.
ID of the route stage to update.
Add rules after the given position.
One-of ('position'): at most one of 'afterPosition', 'beforePosition' could be set.