Amazon GameLift · JSON Structure

Gamelift Describe Runtime Configuration Output Structure

DescribeRuntimeConfigurationOutput schema from Amazon GameLift API

Type: object Properties: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

DescribeRuntimeConfigurationOutput 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-describe-runtime-configuration-output-structure.json",
  "name": "DescribeRuntimeConfigurationOutput",
  "description": "DescribeRuntimeConfigurationOutput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "RuntimeConfiguration": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RuntimeConfiguration"
        },
        {
          "description": "Instructions that describe how server processes should be launched and maintained on each instance in the fleet."
        }
      ]
    }
  }
}