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 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. cdcStartTime (Conflicts with cdcStartPosition) The Unix timestamp integer for the start of the Change Data Capture (CDC) operation. id The provider-assigned unique ID for this managed resource. migrationType The migration type. Can be one of full-load | cdc | full-load-and-cdc. region Optional. replicationInstanceArn ARN of the replication instance. replicationTaskArn ARN for the replication task. replicationTaskId Optional. replicationTaskSettings 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. sourceEndpointArn ARN string that uniquely identifies the source endpoint. startReplicationTask Whether to run or stop the replication task. status Replication Task status. tableMappings 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 tags Optional. targetEndpointArn ARN 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
tags Map<String, String>?
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