{ "$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

All APIs by task

", "type": "object", "properties": { "Type": { "allOf": [ { "$ref": "#/components/schemas/RoutingStrategyType" }, { "description": "

The type of routing strategy for the alias.

Possible routing types include the following:

" } ] }, "FleetId": { "allOf": [ { "$ref": "#/components/schemas/FleetId" }, { "description": "A unique identifier for the fleet that the alias points to. This value is the fleet ID, not the fleet ARN." } ] }, "Message": { "allOf": [ { "$ref": "#/components/schemas/FreeText" }, { "description": "The message text to be used with a terminal routing strategy." } ] } } }