{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-glue-connection.json",
  "title": "AWSGlueConnectionProperties",
  "description": "Resource Type definition for AWS::Glue::Connection. 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-connection.json",
    "sourceSha256": "f298196ad4c1a04a0f984ded25aeb0741c680cf4327b56f197f50fb62f2b8020"
  },
  "type": "object",
  "properties": {
    "ConnectionInput": {
      "$ref": "#/$defs/ConnectionInput"
    },
    "CatalogId": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    }
  },
  "typeName": "AWS::Glue::Connection",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "ConnectionInput": {
      "type": "object",
      "title": "AWSGlueConnectionConnectionInputDefinition",
      "properties": {
        "Description": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "ConnectionType": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "MatchCriteria": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "type": "string"
          }
        },
        "PhysicalConnectionRequirements": {
          "$ref": "#/$defs/PhysicalConnectionRequirements"
        },
        "ConnectionProperties": {
          "type": "object"
        },
        "Name": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "ConnectionType"
      ],
      "additionalProperties": false
    },
    "PhysicalConnectionRequirements": {
      "type": "object",
      "title": "AWSGlueConnectionPhysicalConnectionRequirementsDefinition",
      "properties": {
        "AvailabilityZone": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "SecurityGroupIdList": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "type": "string"
          }
        },
        "SubnetId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "ConnectionInput",
    "CatalogId"
  ],
  "createOnlyProperties": [
    "/properties/CatalogId"
  ]
}
