Amazon GameLift · Example Payload

Gamelift Game Session Placement Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

PlacementIdGameSessionQueueNameStatusGamePropertiesMaximumPlayerSessionCountGameSessionNameGameSessionIdGameSessionArnGameSessionRegionPlayerLatencies

Example Payload

Raw ↑
{
  "PlacementId": "example-PlacementId",
  "GameSessionQueueName": "MyGameFleet",
  "Status": "ACTIVE",
  "GameProperties": "example-GameProperties",
  "MaximumPlayerSessionCount": 10,
  "GameSessionName": "MyGameFleet",
  "GameSessionId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "GameSessionArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "GameSessionRegion": "us-east-1",
  "PlayerLatencies": "example-PlayerLatencies"
}