Reverse Replication
| drs_reverse_replication | R Documentation | 
Start replication to origin / target region - applies only to protected instances that originated in EC2¶
Description¶
Start replication to origin / target region - applies only to protected instances that originated in EC2. For recovery instances on target region - starts replication back to origin region. For failback instances on origin region - starts replication to target region to re-protect them.
Usage¶
drs_reverse_replication(recoveryInstanceID)
Arguments¶
recoveryInstanceID | 
[required] The ID of the Recovery Instance that we want to reverse the replication for.  | 
Value¶
A list with the following syntax:
list(
  reversedDirectionSourceServerArn = "string"
)
Request syntax¶
svc$reverse_replication(
  recoveryInstanceID = "string"
)