Amazon Glue · JSON Structure

Glue Athena Connector Source Structure

Specifies a connector to an Amazon Athena data source.

Type: object Properties: 7 Required: 5
AnalyticsData CatalogData IntegrationData PipelineETLServerless

AthenaConnectorSource is a JSON Structure definition published by Amazon Glue, describing 7 properties, of which 5 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Name ConnectionName ConnectorName ConnectionType ConnectionTable SchemaName OutputSchemas

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-structure/glue-athena-connector-source-structure.json",
  "name": "AthenaConnectorSource",
  "description": "Specifies a connector to an Amazon Athena data source.",
  "type": "object",
  "properties": {
    "Name": {
      "allOf": [
        {
          "$ref": "#/components/schemas/NodeName"
        },
        {
          "description": "The name of the data source."
        }
      ]
    },
    "ConnectionName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnclosedInStringProperty"
        },
        {
          "description": "The name of the connection that is associated with the connector."
        }
      ]
    },
    "ConnectorName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnclosedInStringProperty"
        },
        {
          "description": "The name of a connector that assists with accessing the data store in Glue Studio."
        }
      ]
    },
    "ConnectionType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnclosedInStringProperty"
        },
        {
          "description": "The type of connection, such as marketplace.athena or custom.athena, designating a connection to an Amazon Athena data store."
        }
      ]
    },
    "ConnectionTable": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnclosedInStringPropertyWithQuote"
        },
        {
          "description": "The name of the table in the data source."
        }
      ]
    },
    "SchemaName": {
      "allOf": [
        {
          "$ref": "#/components/schemas/EnclosedInStringProperty"
        },
        {
          "description": "The name of the Cloudwatch log group to read from. For example, <code>/aws-glue/jobs/output</code>."
        }
      ]
    },
    "OutputSchemas": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueSchemas"
        },
        {
          "description": "Specifies the data schema for the custom Athena source."
        }
      ]
    }
  },
  "required": [
    "Name",
    "ConnectionName",
    "ConnectorName",
    "ConnectionType",
    "SchemaName"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/glue-athena-connector-source-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.