

# MigrationProject
<a name="API_MigrationProject"></a>

Provides information that defines a migration project.

## Contents
<a name="API_MigrationProject_Contents"></a>

 ** Description **   <a name="DMS-Type-MigrationProject-Description"></a>
A user-friendly description of the migration project.  
Type: String  
Required: No

 ** InstanceProfileArn **   <a name="DMS-Type-MigrationProject-InstanceProfileArn"></a>
The Amazon Resource Name (ARN) of the instance profile for your migration project.  
Type: String  
Required: No

 ** InstanceProfileName **   <a name="DMS-Type-MigrationProject-InstanceProfileName"></a>
The name of the associated instance profile.  
Type: String  
Required: No

 ** MigrationProjectArn **   <a name="DMS-Type-MigrationProject-MigrationProjectArn"></a>
The ARN string that uniquely identifies the migration project.  
Type: String  
Required: No

 ** MigrationProjectCreationTime **   <a name="DMS-Type-MigrationProject-MigrationProjectCreationTime"></a>
The time when the migration project was created.  
Type: Timestamp  
Required: No

 ** MigrationProjectName **   <a name="DMS-Type-MigrationProject-MigrationProjectName"></a>
The name of the migration project.  
Type: String  
Required: No

 ** SchemaConversionApplicationAttributes **   <a name="DMS-Type-MigrationProject-SchemaConversionApplicationAttributes"></a>
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.  
Type: [SCApplicationAttributes](API_SCApplicationAttributes.md) object  
Required: No

 ** SourceDataProviderDescriptors **   <a name="DMS-Type-MigrationProject-SourceDataProviderDescriptors"></a>
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.  
Type: Array of [DataProviderDescriptor](API_DataProviderDescriptor.md) objects  
Required: No

 ** TargetDataProviderDescriptors **   <a name="DMS-Type-MigrationProject-TargetDataProviderDescriptors"></a>
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.  
Type: Array of [DataProviderDescriptor](API_DataProviderDescriptor.md) objects  
Required: No

 ** TransformationRules **   <a name="DMS-Type-MigrationProject-TransformationRules"></a>
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.  
Type: String  
Required: No

## See Also
<a name="API_MigrationProject_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/dms-2016-01-01/MigrationProject) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/dms-2016-01-01/MigrationProject) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/dms-2016-01-01/MigrationProject) 