Amazon GameLift · Example Payload

Gamelift Player Latency Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Player Latency 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

PlayerIdRegionIdentifierLatencyInMilliseconds

Example Payload

Raw ↑
{
  "PlayerId": "example-PlayerId",
  "RegionIdentifier": "us-east-1",
  "LatencyInMilliseconds": "example-LatencyInMillisecond"
}