Connection information for dataset input files stored in a database.
Type: objectProperties: 4Required: 1
Data AnalyticsData PreparationETLMachine-Learning
DatabaseInputDefinition is a JSON Structure definition published by Amazon Glue DataBrew, describing 4 properties, of which 1 is required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-glue-databrew/refs/heads/main/json-structure/glue-databrew-database-input-definition-structure.json",
"name": "DatabaseInputDefinition",
"description": "Connection information for dataset input files stored in a database.",
"type": "object",
"properties": {
"GlueConnectionName": {
"allOf": [
{
"$ref": "#/components/schemas/GlueConnectionName"
},
{
"description": "The Glue Connection that stores the connection information for the target database."
}
]
},
"DatabaseTableName": {
"allOf": [
{
"$ref": "#/components/schemas/DatabaseTableName"
},
{
"description": "The table within the target database."
}
]
},
"TempDirectory": {
"$ref": "#/components/schemas/S3Location"
},
"QueryString": {
"allOf": [
{
"$ref": "#/components/schemas/QueryString"
},
{
"description": "Custom SQL to run against the provided Glue connection. This SQL will be used as the input for DataBrew projects and jobs."
}
]
}
},
"required": [
"GlueConnectionName"
]
}
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.