additionalArchivedLogDestId property

int? additionalArchivedLogDestId
final

Set this attribute with archivedLogDestId in a primary/ standby setup. This attribute is useful in the case of a switchover. In this case, AWS DMS needs to know which destination to get archive redo logs from to read changes. This need arises because the previous primary instance is now a standby instance after switchover.

Implementation

final int? additionalArchivedLogDestId;