CheckpointConfigurationUpdate
Describes updates to the checkpointing parameters for a Managed Service for Apache Flink application.
Types
Properties
Link copied to clipboard
Describes updates to whether checkpointing is enabled for an application.
Link copied to clipboard
Describes updates to the interval in milliseconds between checkpoint operations.
Link copied to clipboard
Describes updates to whether the application uses the default checkpointing behavior of Managed Service for Apache Flink. You must set this property to CUSTOM
in order to set the CheckpointingEnabled
, CheckpointInterval
, or MinPauseBetweenCheckpoints
parameters.
Link copied to clipboard
Describes updates to the minimum time in milliseconds after a checkpoint operation completes that a new checkpoint operation can start.
Functions
Link copied to clipboard
inline fun copy(block: CheckpointConfigurationUpdate.Builder.() -> Unit = {}): CheckpointConfigurationUpdate