Amazon GameLift · Schema

CreateGameServerGroupOutput

CreateGameServerGroupOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
GameServerGroup object
View JSON Schema on GitHub

JSON Schema

gamelift-create-game-server-group-output-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-gamelift/refs/heads/main/json-schema/gamelift-create-game-server-group-output-schema.json",
  "title": "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>. "
        }
      ]
    }
  }
}