ID of the source frontend to create the route on.
Optional
match?: RouteMatchObject 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.
Optional
zone?: ZoneZone to target. If none is passed will use default zone from the config.
ID of the target backend for the route.