AWS::DMS::MigrationProject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::DMS::MigrationProject

Provides information that defines a migration project.

Syntax

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

Properties

Description

A user-friendly description of the migration project.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

InstanceProfileArn

The Amazon Resource Name (ARN) of the instance profile for your migration project.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

InstanceProfileIdentifier

The identifier of the instance profile for your migration project.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

InstanceProfileName

The name of the associated instance profile.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

MigrationProjectIdentifier

The identifier of the migration project. Identifiers must begin with a letter and must contain only ASCII letters, digits, and hyphens. They can't end with a hyphen, or contain two consecutive hyphens.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

MigrationProjectName

The name of the migration project.

Required: No

Type: String

Minimum: 1

Maximum: 255

Update requires: No interruption

SchemaConversionApplicationAttributes

The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.

Required: No

Type: SchemaConversionApplicationAttributes

Update requires: No interruption

SourceDataProviderDescriptors

Information about the source data provider, including the name or ARN, and Amazon Secrets Manager parameters.

Required: No

Type: Array of DataProviderDescriptor

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tag

Update requires: No interruption

TargetDataProviderDescriptors

Information about the target data provider, including the name or ARN, and Amazon Secrets Manager parameters.

Required: No

Type: Array of DataProviderDescriptor

Update requires: No interruption

TransformationRules

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

Required: No

Type: String

Update requires: No interruption

Return values

Ref

Fn::GetAtt

MigrationProjectArn

The ARN string that uniquely identifies the migration project.