GlueDataCatalogConfigurationDescription

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
DatabaseARN object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-glue-data-catalog-configuration-description-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-schema/amazon-managed-apache-flink-glue-data-catalog-configuration-description-schema.json",
  "title": "GlueDataCatalogConfigurationDescription",
  "description": "The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.",
  "type": "object",
  "properties": {
    "DatabaseARN": {
      "allOf": [
        {
          "$ref": "#/components/schemas/DatabaseARN"
        },
        {
          "description": "The Amazon Resource Name (ARN) of the database."
        }
      ]
    }
  },
  "required": [
    "DatabaseARN"
  ]
}