Class: Aws::DatabaseMigrationService::Types::SourceDataSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SourceDataSetting
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-databasemigrationservice/types.rb
Overview
Defines settings for a source data provider for a data migration.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cdc_start_position ⇒ String
The change data capture (CDC) start position for the source data provider.
-
#cdc_start_time ⇒ Time
The change data capture (CDC) start time for the source data provider.
-
#cdc_stop_time ⇒ Time
The change data capture (CDC) stop time for the source data provider.
-
#slot_name ⇒ String
The name of the replication slot on the source data provider.
Instance Attribute Details
#cdc_start_position ⇒ String
The change data capture (CDC) start position for the source data provider.
12848 12849 12850 12851 12852 12853 12854 12855 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12848 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |
#cdc_start_time ⇒ Time
The change data capture (CDC) start time for the source data provider.
12848 12849 12850 12851 12852 12853 12854 12855 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12848 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |
#cdc_stop_time ⇒ Time
The change data capture (CDC) stop time for the source data provider.
12848 12849 12850 12851 12852 12853 12854 12855 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12848 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |
#slot_name ⇒ String
The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.
12848 12849 12850 12851 12852 12853 12854 12855 |
# File 'lib/aws-sdk-databasemigrationservice/types.rb', line 12848 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |