Module Values.ZeppelinApplicationConfigurationSource

The configuration of a Managed Service for Apache Flink Studio notebook.

Sourcetype nonrec t = {
  1. monitoringConfiguration : ZeppelinMonitoringConfiguration.t option;
    (*

    The monitoring configuration of a Managed Service for Apache Flink Studio notebook.

    *)
  2. catalogConfiguration : CatalogConfiguration.t option;
    (*

    The Amazon Glue Data Catalog that you use in queries in a Managed Service for Apache Flink Studio notebook.

    *)
  3. deployAsApplicationConfiguration : DeployAsApplicationConfiguration.t option;
    (*

    The information required to deploy a Managed Service for Apache Flink Studio notebook as an application with durable state.

    *)
  4. customArtifactsConfiguration : CustomArtifactsConfigurationList.t option;
    (*

    Custom artifacts are dependency JARs and user-defined functions (UDF).

    *)
}
Sourceval make : ?monitoringConfiguration:??? -> ?catalogConfiguration:??? -> ?deployAsApplicationConfiguration:??? -> ?customArtifactsConfiguration:??? -> 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