Module Values.ZeppelinApplicationConfigurationUpdateSource

Updates to the configuration of Managed Service for Apache Flink Studio notebook.

Sourcetype nonrec t = {
  1. monitoringConfigurationUpdate : ZeppelinMonitoringConfigurationUpdate.t option;
    (*

    Updates to the monitoring configuration of a Managed Service for Apache Flink Studio notebook.

    *)
  2. catalogConfigurationUpdate : CatalogConfigurationUpdate.t option;
    (*

    Updates to the configuration of the Amazon Glue Data Catalog that is associated with the Managed Service for Apache Flink Studio notebook.

    *)
  3. deployAsApplicationConfigurationUpdate : DeployAsApplicationConfigurationUpdate.t option;
  4. customArtifactsConfigurationUpdate : CustomArtifactsConfigurationList.t option;
    (*

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

    *)
}
Sourceval make : ?monitoringConfigurationUpdate:??? -> ?catalogConfigurationUpdate:??? -> ?deployAsApplicationConfigurationUpdate:??? -> ?customArtifactsConfigurationUpdate:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of BucketARN.t ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Structure of (string * [> `String of DatabaseARN.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t