Amazon GameLift · JSON Structure

Gamelift Create Location Input Structure

CreateLocationInput schema from Amazon GameLift API

Type: object Properties: 2 Required: 1
Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

CreateLocationInput is a JSON Structure definition published by Amazon GameLift, describing 2 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

LocationName Tags

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-location-input-structure.json",
  "name": "CreateLocationInput",
  "description": "CreateLocationInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "LocationName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomInputLocationStringModel"
        },
        {
          "description": "A descriptive name for the custom location."
        }
      ]
    },
    "Tags": {
      "allOf": [
        {
          "$ref": "#/components/schemas/TagList"
        },
        {
          "description": "A list of labels to assign to the new matchmaking configuration resource. Tags are developer-defined key-value pairs. Tagging Amazon Web Services resources are useful for resource management, access management and cost allocation. For more information, see <a href=\"https://docs.aws.amazon.com/general/latest/gr/aws_tagging.html\"> Tagging Amazon Web Services Resources</a> in the <i>Amazon Web Services General Rareference</i>."
        }
      ]
    }
  },
  "required": [
    "LocationName"
  ]
}