AWS::DMS::MigrationProject - AWS CloudFormation

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

Provides information that defines a migration project.

Syntax

To declare this entity in your 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 AWS 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 AWS 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

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns.

For more information about using the Ref function, see Ref.

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

MigrationProjectArn

The ARN string that uniquely identifies the migration project.