Amazon GameLift · Example Payload

Gamelift Instance Access Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Gamelift Instance Access 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

FleetIdInstanceIdIpAddressOperatingSystemCredentials

Example Payload

Raw ↑
{
  "FleetId": "fleet-1a2b3c4d-5678-90ab-cdef-1234567890ab",
  "InstanceId": "example-InstanceId",
  "IpAddress": "10.0.1.100",
  "OperatingSystem": "example-OperatingSystem",
  "Credentials": "example-Credentials"
}