configurationType property
Describes whether the application uses Kinesis Data Analytics' default
checkpointing behavior. You must set this property to CUSTOM
in
order to set the CheckpointingEnabled
,
CheckpointInterval
, or MinPauseBetweenCheckpoints
parameters.
- CheckpointingEnabled: true
- CheckpointInterval: 60000
- MinPauseBetweenCheckpoints: 5000
Implementation
final ConfigurationType configurationType;