Values.StartApplicationRequestSourceStarts the specified Managed Service for Apache Flink application. After creating an application, you must exclusively call this operation to start your application.
type nonrec t = {applicationName : ApplicationName.t;The name of the application.
*)runConfiguration : RunConfiguration.t option;Identifies the run configuration (start parameters) of a Managed Service for Apache Flink application.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationName.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 ])
list ]