Data Migration Args
data class DataMigrationArgs(val dataMigrationIdentifier: Output<String>? = null, val dataMigrationName: Output<String>? = null, val dataMigrationSettings: Output<DataMigrationSettingsArgs>? = null, val dataMigrationType: Output<DataMigrationType>? = null, val migrationProjectIdentifier: Output<String>? = null, val serviceAccessRoleArn: Output<String>? = null, val sourceDataSettings: Output<List<DataMigrationSourceDataSettingsArgs>>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataMigrationArgs>
Resource schema for AWS::DMS::DataMigration.
Constructors
Link copied to clipboard
constructor(dataMigrationIdentifier: Output<String>? = null, dataMigrationName: Output<String>? = null, dataMigrationSettings: Output<DataMigrationSettingsArgs>? = null, dataMigrationType: Output<DataMigrationType>? = null, migrationProjectIdentifier: Output<String>? = null, serviceAccessRoleArn: Output<String>? = null, sourceDataSettings: Output<List<DataMigrationSourceDataSettingsArgs>>? = null, tags: Output<List<TagArgs>>? = null)
Properties
Link copied to clipboard
The property describes an ARN of the data migration.
Link copied to clipboard
The property describes a name to identify the data migration.
Link copied to clipboard
The property describes the settings for the data migration.
Link copied to clipboard
The property describes the type of migration.
Link copied to clipboard
The property describes an identifier for the migration project. It is used for describing/deleting/modifying can be name/arn
Link copied to clipboard
The property describes Amazon Resource Name (ARN) of the service access role.
Link copied to clipboard
The property describes the settings for the data migration.