Amazon GameLift · JSON Structure

Gamelift Update Runtime Configuration Output Structure

UpdateRuntimeConfigurationOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

UpdateRuntimeConfigurationOutput 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

RuntimeConfiguration

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-update-runtime-configuration-output-structure.json",
  "name": "UpdateRuntimeConfigurationOutput",
  "description": "UpdateRuntimeConfigurationOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "RuntimeConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuntimeConfiguration"
        },
        {
          "description": "The runtime configuration currently in use by all instances in the fleet. If the update was successful, all property changes are shown. "
        }
      ]
    }
  }
}