GetReplicationTaskResult class
Result data returned by getReplicationTask.
Constructors
-
GetReplicationTaskResult({String? cdcStartPosition, String? cdcStartTime, String? id, String? migrationType, String? region, String? replicationInstanceArn, String? replicationTaskArn, String? replicationTaskId, String? replicationTaskSettings, String? sourceEndpointArn, bool? startReplicationTask, String? status, String? tableMappings, Map<
String, String> ? tags, String? targetEndpointArn}) -
Creates a new GetReplicationTaskResult.
cdcStartPosition(Conflicts withcdcStartTime) Indicates when you want a change data capture (CDC) operation to start. The value can be in date, checkpoint, or LSN/SCN format depending on the source engine. For more information, see Determining a CDC native start point.cdcStartTime(Conflicts withcdcStartPosition) The Unix timestamp integer for the start of the Change Data Capture (CDC) operation.idThe provider-assigned unique ID for this managed resource.migrationTypeThe migration type. Can be one offull-load | cdc | full-load-and-cdc.regionOptional.replicationInstanceArnARN of the replication instance.replicationTaskArnARN for the replication task.replicationTaskIdOptional.replicationTaskSettingsAn escaped JSON string that contains the task settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.sourceEndpointArnARN string that uniquely identifies the source endpoint.startReplicationTaskWhether to run or stop the replication task.statusReplication Task status.tableMappingsAn escaped JSON string that contains the table mappings. For information on table mapping see Using Table Mapping with an AWS Database Migration Service Task to Select and Filter DatatagsOptional.targetEndpointArnARN string that uniquely identifies the target endpoint.const -
GetReplicationTaskResult.fromMap(Map<
String, dynamic> map) -
factory
Properties
- cdcStartPosition → String?
-
(Conflicts with
cdcStartTime) Indicates when you want a change data capture (CDC) operation to start. The value can be in date, checkpoint, or LSN/SCN format depending on the source engine. For more information, see Determining a CDC native start point.final - cdcStartTime → String?
-
(Conflicts with
cdcStartPosition) The Unix timestamp integer for the start of the Change Data Capture (CDC) operation.final - hashCode → int
-
The hash code for this object.
no setterinherited
- id → String?
-
The provider-assigned unique ID for this managed resource.
final
- migrationType → String?
-
The migration type. Can be one of
full-load | cdc | full-load-and-cdc.final - region → String?
-
final
- replicationInstanceArn → String?
-
ARN of the replication instance.
final
- replicationTaskArn → String?
-
ARN for the replication task.
final
- replicationTaskId → String?
-
final
- replicationTaskSettings → String?
-
An escaped JSON string that contains the task settings. For a complete list of task settings, see Task Settings for AWS Database Migration Service Tasks.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sourceEndpointArn → String?
-
ARN string that uniquely identifies the source endpoint.
final
- startReplicationTask → bool?
-
Whether to run or stop the replication task.
final
- status → String?
-
Replication Task status.
final
- tableMappings → String?
-
An escaped JSON string that contains the table mappings. For information on table mapping see Using Table Mapping with an AWS Database Migration Service Task to Select and Filter Data
final
-
final
- targetEndpointArn → String?
-
ARN string that uniquely identifies the target endpoint.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited