Amazon GameLift · JSON Structure

Gamelift Delete Game Session Queue Input Structure

DeleteGameSessionQueueInput schema from Amazon GameLift API

Type: object Properties: 1 Required: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

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

Properties

Name

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-delete-game-session-queue-input-structure.json",
  "name": "DeleteGameSessionQueueInput",
  "description": "DeleteGameSessionQueueInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GameSessionQueueNameOrArn"
        },
        {
          "description": "A descriptive label that is associated with game session queue. Queue names must be unique within each Region. You can use either the queue ID or ARN value. "
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}