ZeppelinApplicationConfigurationUpdate

Updates to the configuration of Kinesis Data Analytics Studio notebook.

Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

Properties

Name Type Description
MonitoringConfigurationUpdate object
CatalogConfigurationUpdate object
DeployAsApplicationConfigurationUpdate object
CustomArtifactsConfigurationUpdate object
View JSON Schema on GitHub

JSON Schema

amazon-managed-apache-flink-zeppelin-application-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-zeppelin-application-configuration-update-schema.json",
  "title": "ZeppelinApplicationConfigurationUpdate",
  "description": "Updates to the configuration of Kinesis Data Analytics Studio notebook.",
  "type": "object",
  "properties": {
    "MonitoringConfigurationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ZeppelinMonitoringConfigurationUpdate"
        },
        {
          "description": "Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook."
        }
      ]
    },
    "CatalogConfigurationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CatalogConfigurationUpdate"
        },
        {
          "description": "Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook."
        }
      ]
    },
    "DeployAsApplicationConfigurationUpdate": {
      "$ref": "#/components/schemas/DeployAsApplicationConfigurationUpdate"
    },
    "CustomArtifactsConfigurationUpdate": {
      "allOf": [
        {
          "$ref": "#/components/schemas/CustomArtifactsConfigurationList"
        },
        {
          "description": "Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF)."
        }
      ]
    }
  }
}