DataMigrationSettings

data class DataMigrationSettings(val cloudwatchLogsEnabled: Boolean? = null, val numberOfJobs: Int? = null, val selectionRules: String? = null)

Constructors

Link copied to clipboard
constructor(cloudwatchLogsEnabled: Boolean? = null, numberOfJobs: Int? = null, selectionRules: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The property specifies whether to enable the Cloudwatch log.

Link copied to clipboard
val numberOfJobs: Int? = null

The number of parallel jobs that trigger parallel threads to unload the tables from the source, and then load them to the target.

Link copied to clipboard
val selectionRules: String? = null

The property specifies the rules of selecting objects for data migration.