Values.FlinkApplicationConfigurationUpdateSourceDescribes updates to the configuration parameters for a Managed Service for Apache Flink application.
type nonrec t = {checkpointConfigurationUpdate : CheckpointConfigurationUpdate.t option;Describes updates to an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance.
*)monitoringConfigurationUpdate : MonitoringConfigurationUpdate.t option;Describes updates to the configuration parameters for Amazon CloudWatch logging for an application.
*)parallelismConfigurationUpdate : ParallelismConfigurationUpdate.t option;Describes updates to the 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 ]