Amazon GameLift · Schema

GetGameSessionLogUrlOutput

GetGameSessionLogUrlOutput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
PreSignedUrl object
View JSON Schema on GitHub

JSON Schema

gamelift-get-game-session-log-url-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-get-game-session-log-url-output-schema.json",
  "title": "GetGameSessionLogUrlOutput",
  "description": "GetGameSessionLogUrlOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "PreSignedUrl": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NonZeroAndMaxString"
        },
        {
          "description": "Location of the requested game session logs, available for download. This URL is valid for 15 minutes, after which S3 will reject any download request using this URL. You can request a new URL any time within the 14-day period that the logs are retained."
        }
      ]
    }
  }
}