class Aws::ElastiCache::Types::StartMigrationMessage

@note When making an API call, you may pass StartMigrationMessage

data as a hash:

    {
      replication_group_id: "String", # required
      customer_node_endpoint_list: [ # required
        {
          address: "String",
          port: 1,
        },
      ],
    }

@!attribute [rw] replication_group_id

The ID of the replication group to which data should be migrated.
@return [String]

@!attribute [rw] customer_node_endpoint_list

List of endpoints from which data should be migrated. For Redis
(cluster mode disabled), list should have only one element.
@return [Array<Types::CustomerNodeEndpoint>]

@see docs.aws.amazon.com/goto/WebAPI/elasticache-2015-02-02/StartMigrationMessage AWS API Documentation

Constants

SENSITIVE