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.
| 13191 13192 13193 13194 13195 13196 13197 13198 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13191 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.
| 13191 13192 13193 13194 13195 13196 13197 13198 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13191 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.
| 13191 13192 13193 13194 13195 13196 13197 13198 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13191 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.
| 13191 13192 13193 13194 13195 13196 13197 13198 | # File 'lib/aws-sdk-databasemigrationservice/types.rb', line 13191 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |