Amazon GameLift · JSON Structure

Gamelift Create Game Server Group Output Structure

CreateGameServerGroupOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

CreateGameServerGroupOutput is a JSON Structure definition published by Amazon GameLift, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

GameServerGroup

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-structure/gamelift-create-game-server-group-output-structure.json",
  "name": "CreateGameServerGroupOutput",
  "description": "CreateGameServerGroupOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameServerGroup": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameServerGroup"
        },
        {
          "description": "The newly created game server group object, including the new ARN value for the Amazon GameLift FleetIQ game server group and the object's status. The Amazon EC2 Auto Scaling group ARN is initially null, since the group has not yet been created. This value is added once the game server group status reaches <code>ACTIVE</code>. "
        }
      ]
    }
  }
}