AWS::DMS::DataMigration DataMigrationSettings - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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 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