Values.StartMigrationMessageSourceStart the migration of data.
type nonrec t = {replicationGroupId : String_.t;The ID of the replication group to which data should be migrated.
*)customerNodeEndpointList : CustomerNodeEndpointList.t;List of endpoints from which data should be migrated. For Valkey or Redis OSS (cluster mode disabled), the list should have only one element.
*)}val make :
replicationGroupId:String_.t ->
customerNodeEndpointList:CustomerNodeEndpointList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Integer of IntegerOptional.t
| `String of String_.t ])
list ]
list
| `String of String_.t ])
list ]