{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-routing-strategy-schema.json", "title": "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.