AWS::DMS::DataMigrationThis object provides information about a AWS DMS data migration.
import { CfnDataMigration } from 'aws-cdk-lib/aws-dms';Or use the module namespace:
import * as dms from 'aws-cdk-lib/aws-dms';
// dms.CfnDataMigrationConfiguration passed to the constructor as CfnDataMigrationProps.
dataMigrationTypeRequiredstringSpecifies whether the data migration is full-load only, change data capture (CDC) only, or full-load and CDC.
migrationProjectIdentifierRequiredstringThe property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
serviceAccessRoleArnRequiredstringThe IAM role that the data migration uses to access AWS resources.
dataMigrationIdentifierOptionalstringThe property describes an ARN of the data migration.
dataMigrationNameOptionalstringThe user-friendly name for the data migration.
dataMigrationSettingsOptionalIResolvable | DataMigrationSettingsPropertySpecifies CloudWatch settings and selection rules for the data migration.
sourceDataSettingsOptionalIResolvable | IResolvable | SourceDataSettingsProperty[]Specifies information about the data migration's source data provider.
tagsOptionalCfnTag[]An array of key-value pairs to apply to this resource.
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::DataMigration