Start the migration of data.
elasticache_start_migration(ReplicationGroupId,
CustomerNodeEndpointList)[required] The ID of the replication group to which data should be migrated.
[required] List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.
svc$start_migration(
ReplicationGroupId = "string",
CustomerNodeEndpointList = list(
list(
Address = "string",
Port = 123
)
)
)