Amazon GameLift · Example Payload

Gamelift Player Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

PlayerIdPlayerAttributesTeamLatencyInMs

Example Payload

Raw ↑
{
  "PlayerId": "example-PlayerId",
  "PlayerAttributes": "example-PlayerAttributes",
  "Team": "example-Team",
  "LatencyInMs": "example-LatencyInMs"
}