Amazon Managed Apache Flink Zeppelin Application Configuration Update Structure

Updates to the configuration of Kinesis Data Analytics Studio notebook.

Type: object Properties: 4
Apache FlinkBig DataReal-Time ProcessingStreaming Analytics

ZeppelinApplicationConfigurationUpdate is a JSON Structure definition published by Amazon Managed Service for Apache Flink, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

MonitoringConfigurationUpdate CatalogConfigurationUpdate DeployAsApplicationConfigurationUpdate CustomArtifactsConfigurationUpdate

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-managed-apache-flink/refs/heads/main/json-structure/amazon-managed-apache-flink-zeppelin-application-configuration-update-structure.json",
  "name": "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)."
        }
      ]
    }
  }
}