RouteToTargetAction¶
Union Type¶
RouteToTargetAction
module-attribute
¶
RouteToTargetAction = Union[RouteToTargetActionStaticRoute | RouteToTargetActionWeightedRoute | RouteToTargetActionUnknown]
An action that routes requests to a gateway target, either statically or with weighted traffic splitting.
Union Member Types¶
RouteToTargetActionStaticRoute
dataclass
¶
A static route that sends all matching requests to a single target.