AWS::DMS::DataMigration DataMigrationSettings - AWS CloudFormation

AWS::DMS::DataMigration 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.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "CloudwatchLogsEnabled" : Boolean, "NumberOfJobs" : Integer, "SelectionRules" : String }

YAML

CloudwatchLogsEnabled: Boolean NumberOfJobs: Integer SelectionRules: String

Properties

CloudwatchLogsEnabled

Whether to enable CloudWatch logging for the data migration.

Required: No

Type: Boolean

Update requires: No interruption

NumberOfJobs

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

Required: No

Type: Integer

Minimum: 1

Maximum: 50

Update requires: No interruption

SelectionRules

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

Required: No

Type: String

Update requires: No interruption