{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-routing-strategy-structure.json", "name": "RoutingStrategy", "description": "
The routing configuration for a fleet alias.
Related actions
", "type": "object", "properties": { "Type": { "allOf": [ { "$ref": "#/components/schemas/RoutingStrategyType" }, { "description": "The type of routing strategy for the alias.
Possible routing types include the following:
SIMPLE - The alias resolves to one specific fleet. Use this type when routing to active fleets.
TERMINAL - The alias does not resolve to a fleet but instead can be used to display a message to the user. A terminal alias throws a TerminalRoutingStrategyException with the message embedded.