Amazon GameLift · Example Payload

Gamelift Start Matchmaking Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Start Matchmaking Input Example is an example object payload from Amazon GameLift, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

TicketIdConfigurationNamePlayers

Example Payload

Raw ↑
{
  "TicketId": "example-TicketId",
  "ConfigurationName": "MyGameFleet",
  "Players": "example-Players"
}