Amazon GameLift · Schema

GetGameSessionLogUrlInput

GetGameSessionLogUrlInput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
GameSessionId object
View JSON Schema on GitHub

JSON Schema

gamelift-get-game-session-log-url-input-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-get-game-session-log-url-input-schema.json",
  "title": "GetGameSessionLogUrlInput",
  "description": "GetGameSessionLogUrlInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "GameSessionId": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ArnStringModel"
        },
        {
          "description": "A unique identifier for the game session to get logs for. "
        }
      ]
    }
  },
  "required": [
    "GameSessionId"
  ]
}