Amazon GameLift · Example Payload

Gamelift Start Game Session Placement Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

PlacementIdGameSessionQueueNameGamePropertiesMaximumPlayerSessionCountGameSessionNamePlayerLatenciesDesiredPlayerSessionsGameSessionData

Example Payload

Raw ↑
{
  "PlacementId": "example-PlacementId",
  "GameSessionQueueName": "MyGameFleet",
  "GameProperties": "example-GameProperties",
  "MaximumPlayerSessionCount": 10,
  "GameSessionName": "MyGameFleet",
  "PlayerLatencies": "example-PlayerLatencies",
  "DesiredPlayerSessions": "example-DesiredPlayerSession",
  "GameSessionData": "example-GameSessionData"
}