Class: Aws::DatabaseMigrationService::Types::StartReplicationMessage
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::StartReplicationMessage
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdc_start_position ⇒ String
Indicates when you want a change data capture (CDC) operation to start.
-
#cdc_start_time ⇒ Time
Indicates the start time for a change data capture (CDC) operation.
-
#cdc_stop_position ⇒ String
Indicates when you want a change data capture (CDC) operation to stop.
-
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication for which to start replication.
-
#start_replication_type ⇒ String
The replication type.
Instance Attribute Details
#cdc_start_position ⇒ String
Indicates when you want a change data capture (CDC) operation to start. Use either ‘CdcStartPosition` or `CdcStartTime` to specify when you want a CDC operation to start. Specifying both values results in an error.
The value can be in date, checkpoint, or LSN/SCN format.
13163 13164 13165 13166 13167 13168 13169 13170 13171 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13163 class StartReplicationMessage < Struct.new( :replication_config_arn, :start_replication_type, :cdc_start_time, :cdc_start_position, :cdc_stop_position) SENSITIVE = [] include Aws::Structure end |
#cdc_start_time ⇒ Time
Indicates the start time for a change data capture (CDC) operation. Use either ‘CdcStartTime` or `CdcStartPosition` to specify when you want a CDC operation to start. Specifying both values results in an error.
13163 13164 13165 13166 13167 13168 13169 13170 13171 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13163 class StartReplicationMessage < Struct.new( :replication_config_arn, :start_replication_type, :cdc_start_time, :cdc_start_position, :cdc_stop_position) SENSITIVE = [] include Aws::Structure end |
#cdc_stop_position ⇒ String
Indicates when you want a change data capture (CDC) operation to stop. The value can be either server time or commit time.
13163 13164 13165 13166 13167 13168 13169 13170 13171 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13163 class StartReplicationMessage < Struct.new( :replication_config_arn, :start_replication_type, :cdc_start_time, :cdc_start_position, :cdc_stop_position) SENSITIVE = [] include Aws::Structure end |
#replication_config_arn ⇒ String
The Amazon Resource Name of the replication for which to start replication.
13163 13164 13165 13166 13167 13168 13169 13170 13171 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13163 class StartReplicationMessage < Struct.new( :replication_config_arn, :start_replication_type, :cdc_start_time, :cdc_start_position, :cdc_stop_position) SENSITIVE = [] include Aws::Structure end |
#start_replication_type ⇒ String
The replication type.
13163 13164 13165 13166 13167 13168 13169 13170 13171 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13163 class StartReplicationMessage < Struct.new( :replication_config_arn, :start_replication_type, :cdc_start_time, :cdc_start_position, :cdc_stop_position) SENSITIVE = [] include Aws::Structure end |