Migration Job Args
Provides a DTS Migration Job resource. For information about DTS Migration Job and how to use it, see What is Migration Job.
NOTE: Available since v1.157.0.
Import
DTS Migration Job can be imported using the id, e.g.
$ pulumi import alicloud:dts/migrationJob:MigrationJob example <id>
Constructors
Properties
Start time in Unix timestamp format.
Whether to execute DTS supports schema migration.
Whether to perform incremental data migration.
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
The name of migrate the database.
The type of destination database. Valid values: ADS
, ADB30
, AS400
, DATAHUB
, DB2
, GREENPLUM
, KAFKA
, MONGODB
, MSSQL
, MySQL
, ORACLE
, PolarDB
, POLARDBX20
, POLARDB_O
, PostgreSQL
.
The ID of destination instance.
The type of destination instance. Valid values: ADS
, CEN
, DATAHUB
, DG
, ECS
, EXPRESS
, GREENPLUM
, MONGODB
, OTHER
, PolarDB
, POLARDBX20
, RDS
.
The ip of source endpoint.
The SID of Oracle database.
The password of database account.
The port of source endpoint.
The region of destination instance.
The username of database account.
The Migration instance ID. The ID of alicloud.dts.MigrationInstance
.
The name of migration job.
The instance class. Valid values: large
, medium
, micro
, small
, xlarge
, xxlarge
.
The name of migrate the database.
The type of source database. Valid values: AS400
, DB2
, DMSPOLARDB
, HBASE
, MONGODB
, MSSQL
, MySQL
, ORACLE
, PolarDB
, POLARDBX20
, POLARDB_O
, POSTGRESQL
, TERADATA
.
The ID of source instance.
The type of source instance. Valid values: CEN
, DG
, DISTRIBUTED_DMSLOGICDB
, ECS
, EXPRESS
, MONGODB
, OTHER
, PolarDB
, POLARDBX20
, RDS
.
The ip of source endpoint.
The SID of Oracle database.
The Alibaba Cloud account ID to which the source instance belongs.
The password of database account.
The port of source endpoint.
The region of source instance.
The name of the role configured for the cloud account to which the source instance belongs.
The username of database account.
Whether to perform a database table structure to migrate.