Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ZeppelinApplicationConfigurationUpdate

import type { ZeppelinApplicationConfigurationUpdate } from "https://aws-api.deno.dev/v0.4/services/kinesisanalyticsv2.ts?docs=full";

Updates to the configuration of Kinesis Data Analytics Studio notebook.

interface ZeppelinApplicationConfigurationUpdate {
CatalogConfigurationUpdate?: CatalogConfigurationUpdate | null;
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[] | null;
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate | null;
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate | null;
}

§Properties

§
CatalogConfigurationUpdate?: CatalogConfigurationUpdate | null
[src]

Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Kinesis Data Analytics Studio notebook.

§
CustomArtifactsConfigurationUpdate?: CustomArtifactConfiguration[] | null
[src]

Updates to the customer artifacts. Custom artifacts are dependency JAR files and user-defined functions (UDF).

§
DeployAsApplicationConfigurationUpdate?: DeployAsApplicationConfigurationUpdate | null
[src]
§
MonitoringConfigurationUpdate?: ZeppelinMonitoringConfigurationUpdate | null
[src]

Updates to the monitoring configuration of a Kinesis Data Analytics Studio notebook.