This is the new AWS 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 AWS CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::DMS::MigrationProject", "Properties" : { "Description" :String, "InstanceProfileArn" :String, "InstanceProfileIdentifier" :String, "InstanceProfileName" :String, "MigrationProjectIdentifier" :String, "MigrationProjectName" :String, "SchemaConversionApplicationAttributes" :SchemaConversionApplicationAttributes, "SourceDataProviderDescriptors" :[ DataProviderDescriptor, ... ], "Tags" :[ Tag, ... ], "TargetDataProviderDescriptors" :[ DataProviderDescriptor, ... ], "TransformationRules" :String} }
YAML
Type: AWS::DMS::MigrationProject Properties: Description:StringInstanceProfileArn:StringInstanceProfileIdentifier:StringInstanceProfileName:StringMigrationProjectIdentifier:StringMigrationProjectName:StringSchemaConversionApplicationAttributes:SchemaConversionApplicationAttributesSourceDataProviderDescriptors:- DataProviderDescriptorTags:- TagTargetDataProviderDescriptors:- DataProviderDescriptorTransformationRules:String
Properties
- Description
- 
                    A user-friendly description of the migration project. Required: No Type: String Minimum: 1Maximum: 255Update requires: No interruption 
- InstanceProfileArn
- 
                    The Amazon Resource Name (ARN) of the instance profile for your migration project. Required: No Type: String Minimum: 1Maximum: 255Update requires: No interruption 
- InstanceProfileIdentifier
- 
                    The identifier of the instance profile for your migration project. Required: No Type: String Minimum: 1Maximum: 255Update requires: No interruption 
- InstanceProfileName
- 
                    The name of the associated instance profile. Required: No Type: String Minimum: 1Maximum: 255Update 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: 1Maximum: 255Update requires: No interruption 
- MigrationProjectName
- 
                    The name of the migration project. Required: No Type: String Minimum: 1Maximum: 255Update 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 
- 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
Fn::GetAtt
- MigrationProjectArn
- 
                            The ARN string that uniquely identifies the migration project.