Values.RunConfigurationSourceDescribes the starting parameters for an 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.
*)sqlRunConfigurations : SqlRunConfigurations.t option;Describes the starting parameters for a SQL-based Kinesis Data Analytics application application.
*)applicationRestoreConfiguration : ApplicationRestoreConfiguration.t option;Describes the restore behavior of a restarting application.
*)}val 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 ]