DMS Migration Project

An AWS DMS Migration Project is a resource in Database Migration Service that defines and manages the configuration for migrating databases. It organizes migration settings, including source and target endpoints, data mapping, and transformation rules, into a reusable project. This helps streamline and standardize database migrations across different environments.

aws.dms_migration_project

Fields

TitleIDTypeData TypeDescription
_keycorestring
account_idcorestring
descriptioncorestringA user-friendly description of the migration project.
instance_profile_arncorestringThe Amazon Resource Name (ARN) of the instance profile for your migration project.
instance_profile_namecorestringThe name of the associated instance profile.
migration_project_arncorestringThe ARN string that uniquely identifies the migration project.
migration_project_creation_timecoretimestampThe time when the migration project was created.
migration_project_namecorestringThe name of the migration project.
schema_conversion_application_attributescorejsonThe schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
source_data_provider_descriptorscorejsonInformation about the source data provider, including the name or ARN, and Secrets Manager parameters.
tagscorehstore
target_data_provider_descriptorscorejsonInformation about the target data provider, including the name or ARN, and Secrets Manager parameters.
transformation_rulescorestringThe settings in JSON format for migration rules. Migration rules make it possible for you to change the object names according to the rules that you specify. For example, you can change an object name to lowercase or uppercase, add or remove a prefix or suffix, or rename objects.