Amazon GameLift · JSON Structure

Gamelift Create Script Output Structure

CreateScriptOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

CreateScriptOutput 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

Script

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-script-output-structure.json",
  "name": "CreateScriptOutput",
  "description": "CreateScriptOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Script": {
      "allOf": [
        {
          "$ref": "#/components/schemas/Script"
        },
        {
          "description": "The newly created script record with a unique script ID and ARN. The new script's storage location reflects an Amazon S3 location: (1) If the script was uploaded from an S3 bucket under your account, the storage location reflects the information that was provided in the <i>CreateScript</i> request; (2) If the script file was uploaded from a local zip file, the storage location reflects an S3 location controls by the Amazon GameLift service."
        }
      ]
    }
  }
}