status

The status of the replication task. This response parameter can return one of the following values:

  • "moving" – The task is being moved in response to running the MoveReplicationTask operation.

  • "creating" – The task is being created in response to running the CreateReplicationTask operation.

  • "deleting" – The task is being deleted in response to running the DeleteReplicationTask operation.

  • "failed" – The task failed to successfully complete the database migration in response to running the StartReplicationTask operation.

  • "failed-move" – The task failed to move in response to running the MoveReplicationTask operation.

  • "modifying" – The task definition is being modified in response to running the ModifyReplicationTask operation.

  • "ready" – The task is in a ready state where it can respond to other task operations, such as StartReplicationTask or DeleteReplicationTask.

  • "running" – The task is performing a database migration in response to running the StartReplicationTask operation.

  • "starting" – The task is preparing to perform a database migration in response to running the StartReplicationTask operation.

  • "stopped" – The task has stopped in response to running the StopReplicationTask operation.

  • "stopping" – The task is preparing to stop in response to running the StopReplicationTask operation.

  • "testing" – The database migration specified for this task is being tested in response to running either the StartReplicationTaskAssessmentRun or the StartReplicationTaskAssessment operation.StartReplicationTaskAssessmentRun is an improved premigration task assessment operation. The StartReplicationTaskAssessment operation assesses data type compatibility only between the source and target database of a given migration task. In contrast, StartReplicationTaskAssessmentRun enables you to specify a variety of premigration task assessments in addition to data type compatibility. These assessments include ones for the validity of primary key definitions and likely issues with database migration performance, among others.