readBackupOnly property
When this attribute is set to Y, AWS DMS only reads changes
from transaction log backups and doesn't read from the active transaction
log file during ongoing replication. Setting this parameter to
Y enables you to control active transaction log file growth
during full load and ongoing replication tasks. However, it can add some
source latency to ongoing replication.
Implementation
final bool? readBackupOnly;