UpdateRouteRequest: {
    backendId: string;
    match?: RouteMatch;
    region?: Region;
    routeId: string;
}

Type declaration

  • backendId: string

    ID of the target backend for the route.

  • Optionalmatch?: RouteMatch

    Object defining the match condition for a route to be applied. If an incoming client session matches the specified condition (i.e. it has a matching SNI value or HTTP Host header value), it will be passed to the target backend.

  • Optionalregion?: Region

    Region to target. If none is passed will use default region from the config.

  • routeId: string

    Route ID.