SetRouteRulesRequest: {
    routeRules?: SetRouteRulesRequestRouteRule[];
    routeStageId: string;
}

Type declaration

  • OptionalrouteRules?: 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.

  • routeStageId: string

    ID of the route stage to update.