{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-glue-mltransform.json",
  "title": "AWSGlueMLTransformProperties",
  "description": "Resource Type definition for AWS::Glue::MLTransform. 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-mltransform.json",
    "sourceSha256": "766647a29e8d322710b14abd9658c2ba52c72a9ab515017964879f399c3d0a85"
  },
  "type": "object",
  "properties": {
    "MaxRetries": {
      "type": "integer"
    },
    "Description": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TransformEncryption": {
      "$ref": "#/$defs/TransformEncryption"
    },
    "Timeout": {
      "type": "integer"
    },
    "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"
        }
      ]
    },
    "WorkerType": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "GlueVersion": {
      "oneOf": [
        {
          "type": "string"
        },
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
        }
      ]
    },
    "TransformParameters": {
      "$ref": "#/$defs/TransformParameters"
    },
    "InputRecordTables": {
      "$ref": "#/$defs/InputRecordTables"
    },
    "NumberOfWorkers": {
      "type": "integer"
    },
    "Tags": {
      "type": "object"
    },
    "MaxCapacity": {
      "type": "number"
    }
  },
  "typeName": "AWS::Glue::MLTransform",
  "readOnlyProperties": [
    "/properties/Id"
  ],
  "$defs": {
    "GlueTables": {
      "type": "object",
      "title": "AWSGlueMLTransformGlueTablesDefinition",
      "properties": {
        "ConnectionName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "DatabaseName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "TableName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "CatalogId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "TableName",
        "DatabaseName"
      ],
      "additionalProperties": false
    },
    "TransformEncryption": {
      "type": "object",
      "title": "AWSGlueMLTransformTransformEncryptionDefinition",
      "properties": {
        "TaskRunSecurityConfigurationName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "MLUserDataEncryption": {
          "$ref": "#/$defs/MLUserDataEncryption"
        }
      },
      "additionalProperties": false
    },
    "MLUserDataEncryption": {
      "type": "object",
      "title": "AWSGlueMLTransformMLUserDataEncryptionDefinition",
      "properties": {
        "KmsKeyId": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "MLUserDataEncryptionMode": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        }
      },
      "required": [
        "MLUserDataEncryptionMode"
      ],
      "additionalProperties": false
    },
    "TransformParameters": {
      "type": "object",
      "title": "AWSGlueMLTransformTransformParametersDefinition",
      "properties": {
        "TransformType": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "FindMatchesParameters": {
          "$ref": "#/$defs/FindMatchesParameters"
        }
      },
      "required": [
        "TransformType"
      ],
      "additionalProperties": false
    },
    "InputRecordTables": {
      "type": "object",
      "title": "AWSGlueMLTransformInputRecordTablesDefinition",
      "properties": {
        "GlueTables": {
          "type": "array",
          "uniqueItems": false,
          "items": {
            "$ref": "#/$defs/GlueTables"
          }
        }
      },
      "additionalProperties": false
    },
    "FindMatchesParameters": {
      "type": "object",
      "title": "AWSGlueMLTransformFindMatchesParametersDefinition",
      "properties": {
        "PrecisionRecallTradeoff": {
          "type": "number"
        },
        "EnforceProvidedLabels": {
          "type": "boolean"
        },
        "PrimaryKeyColumnName": {
          "oneOf": [
            {
              "type": "string"
            },
            {
              "$ref": "https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--cf.functions.json#/Aws_CF_FunctionString"
            }
          ]
        },
        "AccuracyCostTradeoff": {
          "type": "number"
        }
      },
      "required": [
        "PrimaryKeyColumnName"
      ],
      "additionalProperties": false
    }
  },
  "primaryIdentifier": [
    "/properties/Id"
  ],
  "additionalProperties": false,
  "required": [
    "Role",
    "TransformParameters",
    "InputRecordTables"
  ],
  "createOnlyProperties": [
    "/properties/InputRecordTables"
  ]
}
