Data Migration Settings Args
data class DataMigrationSettingsArgs(val cloudwatchLogsEnabled: Output<Boolean>? = null, val numberOfJobs: Output<Int>? = null, val selectionRules: Output<String>? = null) : ConvertibleToJava<DataMigrationSettingsArgs>
Properties
Link copied to clipboard
The property specifies whether to enable the Cloudwatch log.
Link copied to clipboard
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
The property specifies the rules of selecting objects for data migration.