Module Values.RunConfigurationSource

Describes the starting parameters for an Managed Service for Apache Flink application.

Sourcetype nonrec t = {
  1. flinkRunConfiguration : FlinkRunConfiguration.t option;
    (*

    Describes the starting parameters for a Managed Service for Apache Flink application.

    *)
  2. sqlRunConfigurations : SqlRunConfigurations.t option;
    (*

    Describes the starting parameters for a SQL-based Kinesis Data Analytics application application.

    *)
  3. applicationRestoreConfiguration : ApplicationRestoreConfiguration.t option;
    (*

    Describes the restore behavior of a restarting application.

    *)
}
Sourceval make : ?flinkRunConfiguration:??? -> ?sqlRunConfigurations:??? -> ?applicationRestoreConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `String of Id.t | `Structure of (string * [> `Enum of string ]) list ]) list ] list | `Structure of (string * [> `Boolean of BooleanObject.t | `Enum of string | `String of SnapshotName.t ]) 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