MigrationProject
Provides information that defines a migration project.
Contents
- Description
-
A user-friendly description of the migration project.
Type: String
Required: No
- InstanceProfileArn
-
The Amazon Resource Name (ARN) of the instance profile for your migration project.
Type: String
Required: No
- InstanceProfileName
-
The name of the associated instance profile.
Type: String
Required: No
- MigrationProjectArn
-
The ARN string that uniquely identifies the migration project.
Type: String
Required: No
- MigrationProjectCreationTime
-
The time when the migration project was created.
Type: Timestamp
Required: No
- MigrationProjectName
-
The name of the migration project.
Type: String
Required: No
- SchemaConversionApplicationAttributes
-
The schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
Type: SCApplicationAttributes object
Required: No
- SourceDataProviderDescriptors
-
Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
Type: Array of DataProviderDescriptor objects
Required: No
- TargetDataProviderDescriptors
-
Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
Type: Array of DataProviderDescriptor objects
Required: No
- TransformationRules
-
The transformation rules for the migration project in JSON format. Transformation rules let you customize how DMS Schema Conversion converts your source database objects, including renaming, adding prefixes or suffixes, and changing data types. For the transformation rule format and examples, see Transformation rules in DMS Schema Conversion.
Note
Homogeneous data migrations do not support transformation rules.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: