{
  "typeName" : "AWS::GameLift::MatchmakingConfiguration",
  "description" : "Resource Type definition for AWS::GameLift::MatchmakingConfiguration",
  "additionalProperties" : false,
  "properties" : {
    "GameProperties" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/GameProperty"
      }
    },
    "GameSessionData" : {
      "type" : "string"
    },
    "Description" : {
      "type" : "string"
    },
    "AcceptanceTimeoutSeconds" : {
      "type" : "integer"
    },
    "NotificationTarget" : {
      "type" : "string"
    },
    "CustomEventData" : {
      "type" : "string"
    },
    "Name" : {
      "type" : "string"
    },
    "AdditionalPlayerCount" : {
      "type" : "integer"
    },
    "BackfillMode" : {
      "type" : "string"
    },
    "RequestTimeoutSeconds" : {
      "type" : "integer"
    },
    "AcceptanceRequired" : {
      "type" : "boolean"
    },
    "FlexMatchMode" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "Arn" : {
      "type" : "string"
    },
    "RuleSetName" : {
      "type" : "string"
    },
    "GameSessionQueueArns" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "type" : "string"
      }
    },
    "Tags" : {
      "type" : "array",
      "uniqueItems" : false,
      "items" : {
        "$ref" : "#/definitions/Tag"
      }
    }
  },
  "definitions" : {
    "Tag" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Key" : {
          "type" : "string"
        }
      },
      "required" : [ "Value", "Key" ]
    },
    "GameProperty" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Value" : {
          "type" : "string"
        },
        "Key" : {
          "type" : "string"
        }
      },
      "required" : [ "Value", "Key" ]
    }
  },
  "required" : [ "RequestTimeoutSeconds", "AcceptanceRequired", "RuleSetName", "Name" ],
  "createOnlyProperties" : [ "/properties/Name" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id", "/properties/Arn" ]
}