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