{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-glue-job.json",
  "title": "AWSGlueJobProperties",
  "description": "Resource Type definition for AWS::Glue::Job. Source:- No source definition found, add manually please",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/lalcebo/json-schema/master/serverless/resources/cloudformation-modified/aws-glue-job.json",
    "sourceSha256": "9e9d4de07658ab331460165a6ff238f844bf13f80f371a001c662a8959aa62a3"
  },
  "type": "object",
  "properties": {
    "Connections": {
      "$ref": "#/$defs/ConnectionsList"
    },
    "MaxRetries": {
      "type": "number"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Timeout": {
      "type": "integer"
    },
    "AllocatedCapacity": {
      "type": "number"
    },
    "Name": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Role": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "DefaultArguments": {
      "type": "object"
    },
    "NotificationProperty": {
      "$ref": "#/$defs/NotificationProperty"
    },
    "WorkerType": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ExecutionClass": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "LogUri": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "Command": {
      "$ref": "#/$defs/JobCommand"
    },
    "GlueVersion": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "ExecutionProperty": {
      "$ref": "#/$defs/ExecutionProperty"
    },
    "SecurityConfiguration": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "NumberOfWorkers": {
      "type": "integer"
    },
    "Tags": {
      "type": "object"
    },
    "MaxCapacity": {
      "type": "number"
    },
    "NonOverridableArguments": {
      "type": "object"
    }
  },
  "typeName": "AWS::Glue::Job",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "NotificationProperty": {
      "type": "object",
      "title": "AWSGlueJobNotificationPropertyDefinition",
      "properties": {
        "NotifyDelayAfter": {
          "type": "integer"
        }
      },
      "additionalProperties": false
    },
    "JobCommand": {
      "type": "object",
      "title": "AWSGlueJobJobCommandDefinition",
      "properties": {
        "Runtime": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ScriptLocation": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "PythonVersion": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    },
    "ExecutionProperty": {
      "type": "object",
      "title": "AWSGlueJobExecutionPropertyDefinition",
      "properties": {
        "MaxConcurrentRuns": {
          "type": "number"
        }
      },
      "additionalProperties": false
    },
    "ConnectionsList": {
      "type": "object",
      "title": "AWSGlueJobConnectionsListDefinition",
      "properties": {
        "Connections": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "type": "string"
          }
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Role",
    "Command"
  ],
  "createOnlyProperties": [
    "/properties/Name"
  ]
}
