Class: Aws::DatabaseMigrationService::Types::SourceDataSetting

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cdc_start_positionString

The change data capture (CDC) start position for the source data provider.

Returns:

  • (String)


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_timeTime

The change data capture (CDC) start time for the source data provider.

Returns:

  • (Time)


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_timeTime

The change data capture (CDC) stop time for the source data provider.

Returns:

  • (Time)


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_nameString

The name of the replication slot on the source data provider. This attribute is only valid for a PostgreSQL or Aurora PostgreSQL source.

Returns:

  • (String)


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