DataMigrationSettingsArgs

data class DataMigrationSettingsArgs(val cloudwatchLogsEnabled: Output<Boolean>? = null, val numberOfJobs: Output<Int>? = null, val selectionRules: Output<String>? = null) : ConvertibleToJava<DataMigrationSettingsArgs>

Constructors

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

Properties

Link copied to clipboard
val cloudwatchLogsEnabled: Output<Boolean>? = null

The property specifies whether to enable the Cloudwatch log.

Link copied to clipboard
val numberOfJobs: Output<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: Output<String>? = null

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

Functions

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