AWS::DMS::MigrationProjectProvides information that defines a migration project.
import { CfnMigrationProject } from 'aws-cdk-lib/aws-dms';Or use the module namespace:
import * as dms from 'aws-cdk-lib/aws-dms';
// dms.CfnMigrationProjectConfiguration passed to the constructor as CfnMigrationProjectProps.
descriptionOptionalstringA user-friendly description of the migration project.
instanceProfileArnOptionalstringThe Amazon Resource Name (ARN) of the instance profile for your migration project.
instanceProfileIdentifierOptionalstringThe identifier of the instance profile for your migration project.
instanceProfileNameOptionalstringThe name of the associated instance profile.
migrationProjectCreationTimeOptionalDeprecatedstringThe property describes a creating time of the migration project.
Deprecated: this property has been deprecated
migrationProjectIdentifierOptionalstringThe 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.
migrationProjectNameOptionalstringThe name of the migration project.
schemaConversionApplicationAttributesOptionalIResolvable | SchemaConversionApplicationAttributesPropertyThe schema conversion application attributes, including the Amazon S3 bucket name and Amazon S3 role ARN.
sourceDataProviderDescriptorsOptionalIResolvable | IResolvable | DataProviderDescriptorProperty[]Information about the source data provider, including the name or ARN, and AWS Secrets Manager parameters.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
targetDataProviderDescriptorsOptionalIResolvable | IResolvable | DataProviderDescriptorProperty[]Information about the target data provider, including the name or ARN, and AWS Secrets Manager parameters.
transformationRulesOptionalstringThe 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.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-dmsAWS::DMS::MigrationProject