Values.RunConfigurationUpdateSourceDescribes the updates to the starting parameters for a Managed Service for Apache Flink application.
type nonrec t = {flinkRunConfiguration : FlinkRunConfiguration.t option;Describes the starting parameters for a Managed Service for Apache Flink application.
*)applicationRestoreConfiguration : ApplicationRestoreConfiguration.t option;Describes updates to the restore behavior of a restarting application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `String of SnapshotName.t ])
list ])
list ]