Amazon Glue · Schema
AthenaConnectorSource
Specifies a connector to an Amazon Athena data source.
AnalyticsData CatalogData IntegrationData PipelineETLServerless
Properties
| Name | Type | Description |
|---|---|---|
| Name | object | |
| ConnectionName | object | |
| ConnectorName | object | |
| ConnectionType | object | |
| ConnectionTable | object | |
| SchemaName | object | |
| OutputSchemas | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue/refs/heads/main/json-schema/glue-athena-connector-source-schema.json",
"title": "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 Schema 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 schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema 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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/glue-athena-connector-source"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.