Class: Aws::DatabaseMigrationService::Types::SourceDataSetting
- Inherits:
-
Struct
- Object
- Struct
- Aws::DatabaseMigrationService::Types::SourceDataSetting
- Defined in:
- gems/aws-sdk-databasemigrationservice/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.
12966 12967 12968 12969 12970 12971 12972 12973 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12966 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.
12966 12967 12968 12969 12970 12971 12972 12973 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12966 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.
12966 12967 12968 12969 12970 12971 12972 12973 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12966 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.
12966 12967 12968 12969 12970 12971 12972 12973 |
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 12966 class SourceDataSetting < Struct.new( :cdc_start_position, :cdc_start_time, :cdc_stop_time, :slot_name) SENSITIVE = [] include Aws::Structure end |