Amazon GameLift · Schema

DeleteMatchmakingConfigurationInput

DeleteMatchmakingConfigurationInput schema from Amazon GameLift API

Cloud ComputingGame ServersGamingMultiplayerMatchmakingFlexMatchFleetIQ

Properties

Name Type Description
Name object
View JSON Schema on GitHub

JSON Schema

gamelift-delete-matchmaking-configuration-input-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-delete-matchmaking-configuration-input-schema.json",
  "title": "DeleteMatchmakingConfigurationInput",
  "description": "DeleteMatchmakingConfigurationInput schema from Amazon GameLift API",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/MatchmakingConfigurationName"
        },
        {
          "description": "A unique identifier for the matchmaking configuration. You can use either the configuration name or ARN value."
        }
      ]
    }
  },
  "required": [
    "Name"
  ]
}