Amazon GameLift · Example Payload

Gamelift Game Session Connection Info Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

GameSessionArnIpAddressDnsNamePortMatchedPlayerSessions

Example Payload

Raw ↑
{
  "GameSessionArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "IpAddress": "10.0.1.100",
  "DnsName": "MyGameFleet",
  "Port": 7777,
  "MatchedPlayerSessions": "example-MatchedPlayerSession"
}