Amazon GameLift · Example Payload

Gamelift Script Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

ScriptIdScriptArnNameVersionSizeOnDiskCreationTimeStorageLocation

Example Payload

Raw ↑
{
  "ScriptId": "10.0.1.100",
  "ScriptArn": "arn:aws:gamelift:us-east-1:123456789012:fleet/fleet-1a2b3c4d",
  "Name": "MyGameFleet",
  "Version": "example-Version",
  "SizeOnDisk": "example-SizeOnDisk",
  "CreationTime": "example-CreationTime",
  "StorageLocation": "us-east-1"
}