CatalogConfigurationUpdate

Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
GlueDataCatalogConfigurationUpdate object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-catalog-configuration-update-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-catalog-configuration-update-schema.json",
  "title": "CatalogConfigurationUpdate",
  "description": "Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook.",
  "type": "object",
  "properties": {
    "GlueDataCatalogConfigurationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/GlueDataCatalogConfigurationUpdate"
        },
        {
          "description": "Updates to the configuration parameters for the default Amazon Glue database. You use this database for SQL queries that you write in a Kinesis Data Analytics Studio notebook."
        }
      ]
    }
  },
  "required": [
    "GlueDataCatalogConfigurationUpdate"
  ]
}