Values.FlinkApplicationConfigurationSourceDescribes configuration parameters for a Managed Service for Apache Flink application or a Studio notebook.
type nonrec t = {checkpointConfiguration : CheckpointConfiguration.t option;Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance. For more information, see Checkpoints for Fault Tolerance in the Apache Flink Documentation.
*)monitoringConfiguration : MonitoringConfiguration.t option;Describes configuration parameters for Amazon CloudWatch logging for an application.
*)parallelismConfiguration : ParallelismConfiguration.t option;Describes parameters for how an application executes multiple tasks simultaneously.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `Integer of Parallelism.t
| `Long of CheckpointInterval.t ])
list ])
list ]