Learn R Programming

paws.database (version 0.1.9)

elasticache_start_migration: Start the migration of data

Description

Start the migration of data.

Usage

elasticache_start_migration(ReplicationGroupId,
  CustomerNodeEndpointList)

Arguments

ReplicationGroupId

[required] The ID of the replication group to which data should be migrated.

CustomerNodeEndpointList

[required] List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.

Request syntax

svc$start_migration(
  ReplicationGroupId = "string",
  CustomerNodeEndpointList = list(
    list(
      Address = "string",
      Port = 123
    )
  )
)