ReplicationTask constructor

ReplicationTask({
  1. String? cdcStartPosition,
  2. String? cdcStopPosition,
  3. String? lastFailureMessage,
  4. MigrationTypeValue? migrationType,
  5. String? recoveryCheckpoint,
  6. String? replicationInstanceArn,
  7. String? replicationTaskArn,
  8. DateTime? replicationTaskCreationDate,
  9. String? replicationTaskIdentifier,
  10. String? replicationTaskSettings,
  11. DateTime? replicationTaskStartDate,
  12. ReplicationTaskStats? replicationTaskStats,
  13. String? sourceEndpointArn,
  14. String? status,
  15. String? stopReason,
  16. String? tableMappings,
  17. String? targetEndpointArn,
  18. String? targetReplicationInstanceArn,
  19. String? taskData,
})

Implementation

ReplicationTask({
  this.cdcStartPosition,
  this.cdcStopPosition,
  this.lastFailureMessage,
  this.migrationType,
  this.recoveryCheckpoint,
  this.replicationInstanceArn,
  this.replicationTaskArn,
  this.replicationTaskCreationDate,
  this.replicationTaskIdentifier,
  this.replicationTaskSettings,
  this.replicationTaskStartDate,
  this.replicationTaskStats,
  this.sourceEndpointArn,
  this.status,
  this.stopReason,
  this.tableMappings,
  this.targetEndpointArn,
  this.targetReplicationInstanceArn,
  this.taskData,
});