Amazon GameLift · Example Payload

Gamelift Create Fleet Input Example

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Top-level fields

NameDescriptionBuildIdScriptIdServerLaunchPathServerLaunchParametersLogPathsEC2InstanceTypeEC2InboundPermissionsNewGameSessionProtectionPolicy

Example Payload

Raw ↑
{
  "Name": "MyGameFleet",
  "Description": "Example game fleet for multiplayer sessions",
  "BuildId": "example-BuildId",
  "ScriptId": "10.0.1.100",
  "ServerLaunchPath": "example-ServerLaunchPath",
  "ServerLaunchParameters": "example-ServerLaunchParamete",
  "LogPaths": "example-LogPaths",
  "EC2InstanceType": "example-EC2InstanceType",
  "EC2InboundPermissions": "example-EC2InboundPermission",
  "NewGameSessionProtectionPolicy": "example-NewGameSessionProtec"
}