DataMigrationSettings

Options for configuring a data migration, including whether to enable CloudWatch logs, and the selection rules to use to include or exclude database objects from the migration.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to enable CloudWatch logging for the data migration.

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

A JSON-formatted string that defines what objects to include and exclude from the migration.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String