DataMigrationSourceDataSettingsArgs

data class DataMigrationSourceDataSettingsArgs(val cdcStartPosition: Output<String>? = null, val cdcStartTime: Output<String>? = null, val cdcStopTime: Output<String>? = null, val slotName: Output<String>? = null) : ConvertibleToJava<DataMigrationSourceDataSettingsArgs>

Constructors

Link copied to clipboard
constructor(cdcStartPosition: Output<String>? = null, cdcStartTime: Output<String>? = null, cdcStopTime: Output<String>? = null, slotName: Output<String>? = null)

Properties

Link copied to clipboard
val cdcStartPosition: Output<String>? = null

The property is a point in the database engine's log that defines a time where you can begin CDC.

Link copied to clipboard
val cdcStartTime: Output<String>? = null

The property indicates the start time for a change data capture (CDC) operation. The value is server time in UTC format.

Link copied to clipboard
val cdcStopTime: Output<String>? = null

The property indicates the stop time for a change data capture (CDC) operation. The value is server time in UTC format.

Link copied to clipboard
val slotName: Output<String>? = null

The property sets the name of a previously created logical replication slot for a change data capture (CDC) load of the source instance.

Functions

Link copied to clipboard
open override fun toJava(): DataMigrationSourceDataSettingsArgs