eventsPollInterval property

int? eventsPollInterval
final

Specifies how often to check the binary log for new changes/events when the database is idle.

Example: eventsPollInterval=5;

In the example, AWS DMS checks for changes in the binary logs every five seconds.

Implementation

final int? eventsPollInterval;