Module Values.RunConfigurationUpdateSource

Describes the updates to the starting parameters for a 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. applicationRestoreConfiguration : ApplicationRestoreConfiguration.t option;
    (*

    Describes updates to the restore behavior of a restarting application.

    *)
}
Sourceval make : ?flinkRunConfiguration:??? -> ?applicationRestoreConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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