{
  "typeName" : "AWS::Glue::Job",
  "description" : "Resource Type definition for AWS::Glue::Job",
  "additionalProperties" : false,
  "properties" : {
    "Connections" : {
      "$ref" : "#/definitions/ConnectionsList"
    },
    "MaxRetries" : {
      "type" : "number"
    },
    "Description" : {
      "type" : "string"
    },
    "Timeout" : {
      "type" : "integer"
    },
    "AllocatedCapacity" : {
      "type" : "number"
    },
    "Name" : {
      "type" : "string"
    },
    "Role" : {
      "type" : "string"
    },
    "DefaultArguments" : {
      "type" : "object"
    },
    "NotificationProperty" : {
      "$ref" : "#/definitions/NotificationProperty"
    },
    "WorkerType" : {
      "type" : "string"
    },
    "ExecutionClass" : {
      "type" : "string"
    },
    "LogUri" : {
      "type" : "string"
    },
    "Command" : {
      "$ref" : "#/definitions/JobCommand"
    },
    "GlueVersion" : {
      "type" : "string"
    },
    "ExecutionProperty" : {
      "$ref" : "#/definitions/ExecutionProperty"
    },
    "SecurityConfiguration" : {
      "type" : "string"
    },
    "Id" : {
      "type" : "string"
    },
    "NumberOfWorkers" : {
      "type" : "integer"
    },
    "Tags" : {
      "type" : "object"
    },
    "MaxCapacity" : {
      "type" : "number"
    },
    "NonOverridableArguments" : {
      "type" : "object"
    }
  },
  "definitions" : {
    "NotificationProperty" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "NotifyDelayAfter" : {
          "type" : "integer"
        }
      }
    },
    "JobCommand" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "ScriptLocation" : {
          "type" : "string"
        },
        "PythonVersion" : {
          "type" : "string"
        },
        "Name" : {
          "type" : "string"
        }
      }
    },
    "ExecutionProperty" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "MaxConcurrentRuns" : {
          "type" : "number"
        }
      }
    },
    "ConnectionsList" : {
      "type" : "object",
      "additionalProperties" : false,
      "properties" : {
        "Connections" : {
          "type" : "array",
          "uniqueItems" : false,
          "items" : {
            "type" : "string"
          }
        }
      }
    }
  },
  "required" : [ "Role", "Command" ],
  "createOnlyProperties" : [ "/properties/Name" ],
  "primaryIdentifier" : [ "/properties/Id" ],
  "readOnlyProperties" : [ "/properties/Id" ]
}