Values.FlinkApplicationConfigurationDescriptionSourceDescribes configuration parameters for a Managed Service for Apache Flink application.
type nonrec t = {checkpointConfigurationDescription : CheckpointConfigurationDescription.t
option;Describes an application's checkpointing configuration. Checkpointing is the process of persisting application state for fault tolerance.
*)monitoringConfigurationDescription : MonitoringConfigurationDescription.t
option;Describes configuration parameters for Amazon CloudWatch logging for an application.
*)parallelismConfigurationDescription : ParallelismConfigurationDescription.t
option;Describes parameters for how an application executes multiple tasks simultaneously.
*)jobPlanDescription : JobPlanDescription.t option;The job plan for an application. For more information about the job plan, see Jobs and Scheduling in the Apache Flink Documentation. To retrieve the job plan for the application, use the DescribeApplicationRequest$IncludeAdditionalDetails parameter of the DescribeApplication operation.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of JobPlanDescription.t
| `Structure of
(string
* [> `Boolean of BooleanObject.t
| `Enum of string
| `Integer of Parallelism.t
| `Long of CheckpointInterval.t ])
list ])
list ]