1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. dts
  5. MigrationJob
Alibaba Cloud v3.76.0 published on Tuesday, Apr 8, 2025 by Pulumi

alicloud.dts.MigrationJob

Explore with Pulumi AI

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.

Create MigrationJob Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new MigrationJob(name: string, args: MigrationJobArgs, opts?: CustomResourceOptions);
@overload
def MigrationJob(resource_name: str,
                 args: MigrationJobArgs,
                 opts: Optional[ResourceOptions] = None)

@overload
def MigrationJob(resource_name: str,
                 opts: Optional[ResourceOptions] = None,
                 dts_instance_id: Optional[str] = None,
                 data_initialization: Optional[bool] = None,
                 data_synchronization: Optional[bool] = None,
                 db_list: Optional[str] = None,
                 structure_initialization: Optional[bool] = None,
                 destination_endpoint_engine_name: Optional[str] = None,
                 source_endpoint_instance_type: Optional[str] = None,
                 destination_endpoint_instance_type: Optional[str] = None,
                 source_endpoint_engine_name: Optional[str] = None,
                 instance_class: Optional[str] = None,
                 destination_endpoint_instance_id: Optional[str] = None,
                 destination_endpoint_port: Optional[str] = None,
                 destination_endpoint_region: Optional[str] = None,
                 destination_endpoint_user_name: Optional[str] = None,
                 destination_endpoint_oracle_sid: Optional[str] = None,
                 checkpoint: Optional[str] = None,
                 destination_endpoint_ip: Optional[str] = None,
                 source_endpoint_database_name: Optional[str] = None,
                 dts_job_name: Optional[str] = None,
                 source_endpoint_instance_id: Optional[str] = None,
                 destination_endpoint_password: Optional[str] = None,
                 source_endpoint_ip: Optional[str] = None,
                 source_endpoint_oracle_sid: Optional[str] = None,
                 source_endpoint_owner_id: Optional[str] = None,
                 source_endpoint_password: Optional[str] = None,
                 source_endpoint_port: Optional[str] = None,
                 source_endpoint_region: Optional[str] = None,
                 source_endpoint_role: Optional[str] = None,
                 source_endpoint_user_name: Optional[str] = None,
                 status: Optional[str] = None,
                 destination_endpoint_database_name: Optional[str] = None)
func NewMigrationJob(ctx *Context, name string, args MigrationJobArgs, opts ...ResourceOption) (*MigrationJob, error)
public MigrationJob(string name, MigrationJobArgs args, CustomResourceOptions? opts = null)
public MigrationJob(String name, MigrationJobArgs args)
public MigrationJob(String name, MigrationJobArgs args, CustomResourceOptions options)
type: alicloud:dts:MigrationJob
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args This property is required. MigrationJobArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args This property is required. MigrationJobArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args This property is required. MigrationJobArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args This property is required. MigrationJobArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. MigrationJobArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var migrationJobResource = new AliCloud.Dts.MigrationJob("migrationJobResource", new()
{
    DtsInstanceId = "string",
    DataInitialization = false,
    DataSynchronization = false,
    DbList = "string",
    StructureInitialization = false,
    DestinationEndpointEngineName = "string",
    SourceEndpointInstanceType = "string",
    DestinationEndpointInstanceType = "string",
    SourceEndpointEngineName = "string",
    InstanceClass = "string",
    DestinationEndpointInstanceId = "string",
    DestinationEndpointPort = "string",
    DestinationEndpointRegion = "string",
    DestinationEndpointUserName = "string",
    DestinationEndpointOracleSid = "string",
    Checkpoint = "string",
    DestinationEndpointIp = "string",
    SourceEndpointDatabaseName = "string",
    DtsJobName = "string",
    SourceEndpointInstanceId = "string",
    DestinationEndpointPassword = "string",
    SourceEndpointIp = "string",
    SourceEndpointOracleSid = "string",
    SourceEndpointOwnerId = "string",
    SourceEndpointPassword = "string",
    SourceEndpointPort = "string",
    SourceEndpointRegion = "string",
    SourceEndpointRole = "string",
    SourceEndpointUserName = "string",
    Status = "string",
    DestinationEndpointDatabaseName = "string",
});
Copy
example, err := dts.NewMigrationJob(ctx, "migrationJobResource", &dts.MigrationJobArgs{
	DtsInstanceId:                   pulumi.String("string"),
	DataInitialization:              pulumi.Bool(false),
	DataSynchronization:             pulumi.Bool(false),
	DbList:                          pulumi.String("string"),
	StructureInitialization:         pulumi.Bool(false),
	DestinationEndpointEngineName:   pulumi.String("string"),
	SourceEndpointInstanceType:      pulumi.String("string"),
	DestinationEndpointInstanceType: pulumi.String("string"),
	SourceEndpointEngineName:        pulumi.String("string"),
	InstanceClass:                   pulumi.String("string"),
	DestinationEndpointInstanceId:   pulumi.String("string"),
	DestinationEndpointPort:         pulumi.String("string"),
	DestinationEndpointRegion:       pulumi.String("string"),
	DestinationEndpointUserName:     pulumi.String("string"),
	DestinationEndpointOracleSid:    pulumi.String("string"),
	Checkpoint:                      pulumi.String("string"),
	DestinationEndpointIp:           pulumi.String("string"),
	SourceEndpointDatabaseName:      pulumi.String("string"),
	DtsJobName:                      pulumi.String("string"),
	SourceEndpointInstanceId:        pulumi.String("string"),
	DestinationEndpointPassword:     pulumi.String("string"),
	SourceEndpointIp:                pulumi.String("string"),
	SourceEndpointOracleSid:         pulumi.String("string"),
	SourceEndpointOwnerId:           pulumi.String("string"),
	SourceEndpointPassword:          pulumi.String("string"),
	SourceEndpointPort:              pulumi.String("string"),
	SourceEndpointRegion:            pulumi.String("string"),
	SourceEndpointRole:              pulumi.String("string"),
	SourceEndpointUserName:          pulumi.String("string"),
	Status:                          pulumi.String("string"),
	DestinationEndpointDatabaseName: pulumi.String("string"),
})
Copy
var migrationJobResource = new MigrationJob("migrationJobResource", MigrationJobArgs.builder()
    .dtsInstanceId("string")
    .dataInitialization(false)
    .dataSynchronization(false)
    .dbList("string")
    .structureInitialization(false)
    .destinationEndpointEngineName("string")
    .sourceEndpointInstanceType("string")
    .destinationEndpointInstanceType("string")
    .sourceEndpointEngineName("string")
    .instanceClass("string")
    .destinationEndpointInstanceId("string")
    .destinationEndpointPort("string")
    .destinationEndpointRegion("string")
    .destinationEndpointUserName("string")
    .destinationEndpointOracleSid("string")
    .checkpoint("string")
    .destinationEndpointIp("string")
    .sourceEndpointDatabaseName("string")
    .dtsJobName("string")
    .sourceEndpointInstanceId("string")
    .destinationEndpointPassword("string")
    .sourceEndpointIp("string")
    .sourceEndpointOracleSid("string")
    .sourceEndpointOwnerId("string")
    .sourceEndpointPassword("string")
    .sourceEndpointPort("string")
    .sourceEndpointRegion("string")
    .sourceEndpointRole("string")
    .sourceEndpointUserName("string")
    .status("string")
    .destinationEndpointDatabaseName("string")
    .build());
Copy
migration_job_resource = alicloud.dts.MigrationJob("migrationJobResource",
    dts_instance_id="string",
    data_initialization=False,
    data_synchronization=False,
    db_list="string",
    structure_initialization=False,
    destination_endpoint_engine_name="string",
    source_endpoint_instance_type="string",
    destination_endpoint_instance_type="string",
    source_endpoint_engine_name="string",
    instance_class="string",
    destination_endpoint_instance_id="string",
    destination_endpoint_port="string",
    destination_endpoint_region="string",
    destination_endpoint_user_name="string",
    destination_endpoint_oracle_sid="string",
    checkpoint="string",
    destination_endpoint_ip="string",
    source_endpoint_database_name="string",
    dts_job_name="string",
    source_endpoint_instance_id="string",
    destination_endpoint_password="string",
    source_endpoint_ip="string",
    source_endpoint_oracle_sid="string",
    source_endpoint_owner_id="string",
    source_endpoint_password="string",
    source_endpoint_port="string",
    source_endpoint_region="string",
    source_endpoint_role="string",
    source_endpoint_user_name="string",
    status="string",
    destination_endpoint_database_name="string")
Copy
const migrationJobResource = new alicloud.dts.MigrationJob("migrationJobResource", {
    dtsInstanceId: "string",
    dataInitialization: false,
    dataSynchronization: false,
    dbList: "string",
    structureInitialization: false,
    destinationEndpointEngineName: "string",
    sourceEndpointInstanceType: "string",
    destinationEndpointInstanceType: "string",
    sourceEndpointEngineName: "string",
    instanceClass: "string",
    destinationEndpointInstanceId: "string",
    destinationEndpointPort: "string",
    destinationEndpointRegion: "string",
    destinationEndpointUserName: "string",
    destinationEndpointOracleSid: "string",
    checkpoint: "string",
    destinationEndpointIp: "string",
    sourceEndpointDatabaseName: "string",
    dtsJobName: "string",
    sourceEndpointInstanceId: "string",
    destinationEndpointPassword: "string",
    sourceEndpointIp: "string",
    sourceEndpointOracleSid: "string",
    sourceEndpointOwnerId: "string",
    sourceEndpointPassword: "string",
    sourceEndpointPort: "string",
    sourceEndpointRegion: "string",
    sourceEndpointRole: "string",
    sourceEndpointUserName: "string",
    status: "string",
    destinationEndpointDatabaseName: "string",
});
Copy
type: alicloud:dts:MigrationJob
properties:
    checkpoint: string
    dataInitialization: false
    dataSynchronization: false
    dbList: string
    destinationEndpointDatabaseName: string
    destinationEndpointEngineName: string
    destinationEndpointInstanceId: string
    destinationEndpointInstanceType: string
    destinationEndpointIp: string
    destinationEndpointOracleSid: string
    destinationEndpointPassword: string
    destinationEndpointPort: string
    destinationEndpointRegion: string
    destinationEndpointUserName: string
    dtsInstanceId: string
    dtsJobName: string
    instanceClass: string
    sourceEndpointDatabaseName: string
    sourceEndpointEngineName: string
    sourceEndpointInstanceId: string
    sourceEndpointInstanceType: string
    sourceEndpointIp: string
    sourceEndpointOracleSid: string
    sourceEndpointOwnerId: string
    sourceEndpointPassword: string
    sourceEndpointPort: string
    sourceEndpointRegion: string
    sourceEndpointRole: string
    sourceEndpointUserName: string
    status: string
    structureInitialization: false
Copy

MigrationJob Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The MigrationJob resource accepts the following input properties:

DataInitialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to execute DTS supports schema migration.
DataSynchronization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform incremental data migration.
DbList
This property is required.
Changes to this property will trigger replacement.
string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
DestinationEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
DestinationEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
DtsInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
SourceEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
SourceEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
StructureInitialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform a database table structure to migrate.
Checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
DestinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
DestinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
DestinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
DestinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
DestinationEndpointPassword string
The password of database account.
DestinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
DestinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
DestinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
DtsJobName Changes to this property will trigger replacement. string
The name of migration job.
InstanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
SourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
SourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
SourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
SourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
SourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
SourceEndpointPassword string
The password of database account.
SourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
SourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
SourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
SourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
Status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
DataInitialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to execute DTS supports schema migration.
DataSynchronization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform incremental data migration.
DbList
This property is required.
Changes to this property will trigger replacement.
string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
DestinationEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
DestinationEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
DtsInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
SourceEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
SourceEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
StructureInitialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform a database table structure to migrate.
Checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
DestinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
DestinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
DestinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
DestinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
DestinationEndpointPassword string
The password of database account.
DestinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
DestinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
DestinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
DtsJobName Changes to this property will trigger replacement. string
The name of migration job.
InstanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
SourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
SourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
SourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
SourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
SourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
SourceEndpointPassword string
The password of database account.
SourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
SourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
SourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
SourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
Status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
dataInitialization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to execute DTS supports schema migration.
dataSynchronization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to perform incremental data migration.
dbList
This property is required.
Changes to this property will trigger replacement.
String
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
String
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
dtsInstanceId
This property is required.
Changes to this property will trigger replacement.
String
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
sourceEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
String
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
structureInitialization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. String
Start time in Unix timestamp format.
destinationEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
destinationEndpointInstanceId Changes to this property will trigger replacement. String
The ID of destination instance.
destinationEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
destinationEndpointPassword String
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. String
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
dtsJobName Changes to this property will trigger replacement. String
The name of migration job.
instanceClass String
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
sourceEndpointInstanceId Changes to this property will trigger replacement. String
The ID of source instance.
sourceEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. String
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword String
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. String
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. String
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
status String
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
dataInitialization
This property is required.
Changes to this property will trigger replacement.
boolean
Whether to execute DTS supports schema migration.
dataSynchronization
This property is required.
Changes to this property will trigger replacement.
boolean
Whether to perform incremental data migration.
dbList
This property is required.
Changes to this property will trigger replacement.
string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
dtsInstanceId
This property is required.
Changes to this property will trigger replacement.
string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
sourceEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
structureInitialization
This property is required.
Changes to this property will trigger replacement.
boolean
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
destinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
destinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
destinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
destinationEndpointPassword string
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
dtsJobName Changes to this property will trigger replacement. string
The name of migration job.
instanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
sourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
sourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword string
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
data_initialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to execute DTS supports schema migration.
data_synchronization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform incremental data migration.
db_list
This property is required.
Changes to this property will trigger replacement.
str
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destination_endpoint_engine_name
This property is required.
Changes to this property will trigger replacement.
str
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destination_endpoint_instance_type
This property is required.
Changes to this property will trigger replacement.
str
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
dts_instance_id
This property is required.
Changes to this property will trigger replacement.
str
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
source_endpoint_engine_name
This property is required.
Changes to this property will trigger replacement.
str
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
source_endpoint_instance_type
This property is required.
Changes to this property will trigger replacement.
str
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
structure_initialization
This property is required.
Changes to this property will trigger replacement.
bool
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. str
Start time in Unix timestamp format.
destination_endpoint_database_name Changes to this property will trigger replacement. str
The name of migrate the database.
destination_endpoint_instance_id Changes to this property will trigger replacement. str
The ID of destination instance.
destination_endpoint_ip Changes to this property will trigger replacement. str
The ip of source endpoint.
destination_endpoint_oracle_sid Changes to this property will trigger replacement. str
The SID of Oracle database.
destination_endpoint_password str
The password of database account.
destination_endpoint_port Changes to this property will trigger replacement. str
The port of source endpoint.
destination_endpoint_region Changes to this property will trigger replacement. str
The region of destination instance.
destination_endpoint_user_name Changes to this property will trigger replacement. str
The username of database account.
dts_job_name Changes to this property will trigger replacement. str
The name of migration job.
instance_class str
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
source_endpoint_database_name Changes to this property will trigger replacement. str
The name of migrate the database.
source_endpoint_instance_id Changes to this property will trigger replacement. str
The ID of source instance.
source_endpoint_ip Changes to this property will trigger replacement. str
The ip of source endpoint.
source_endpoint_oracle_sid Changes to this property will trigger replacement. str
The SID of Oracle database.
source_endpoint_owner_id Changes to this property will trigger replacement. str
The Alibaba Cloud account ID to which the source instance belongs.
source_endpoint_password str
The password of database account.
source_endpoint_port Changes to this property will trigger replacement. str
The port of source endpoint.
source_endpoint_region Changes to this property will trigger replacement. str
The region of source instance.
source_endpoint_role Changes to this property will trigger replacement. str
The name of the role configured for the cloud account to which the source instance belongs.
source_endpoint_user_name Changes to this property will trigger replacement. str
The username of database account.
status str
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
dataInitialization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to execute DTS supports schema migration.
dataSynchronization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to perform incremental data migration.
dbList
This property is required.
Changes to this property will trigger replacement.
String
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
String
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
dtsInstanceId
This property is required.
Changes to this property will trigger replacement.
String
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
sourceEndpointEngineName
This property is required.
Changes to this property will trigger replacement.
String
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceType
This property is required.
Changes to this property will trigger replacement.
String
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
structureInitialization
This property is required.
Changes to this property will trigger replacement.
Boolean
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. String
Start time in Unix timestamp format.
destinationEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
destinationEndpointInstanceId Changes to this property will trigger replacement. String
The ID of destination instance.
destinationEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
destinationEndpointPassword String
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. String
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
dtsJobName Changes to this property will trigger replacement. String
The name of migration job.
instanceClass String
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
sourceEndpointInstanceId Changes to this property will trigger replacement. String
The ID of source instance.
sourceEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. String
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword String
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. String
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. String
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
status String
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.

Outputs

All input properties are implicitly available as output properties. Additionally, the MigrationJob resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
Id string
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.
id string
The provider-assigned unique ID for this managed resource.
id str
The provider-assigned unique ID for this managed resource.
id String
The provider-assigned unique ID for this managed resource.

Look up Existing MigrationJob Resource

Get an existing MigrationJob resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: MigrationJobState, opts?: CustomResourceOptions): MigrationJob
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        checkpoint: Optional[str] = None,
        data_initialization: Optional[bool] = None,
        data_synchronization: Optional[bool] = None,
        db_list: Optional[str] = None,
        destination_endpoint_database_name: Optional[str] = None,
        destination_endpoint_engine_name: Optional[str] = None,
        destination_endpoint_instance_id: Optional[str] = None,
        destination_endpoint_instance_type: Optional[str] = None,
        destination_endpoint_ip: Optional[str] = None,
        destination_endpoint_oracle_sid: Optional[str] = None,
        destination_endpoint_password: Optional[str] = None,
        destination_endpoint_port: Optional[str] = None,
        destination_endpoint_region: Optional[str] = None,
        destination_endpoint_user_name: Optional[str] = None,
        dts_instance_id: Optional[str] = None,
        dts_job_name: Optional[str] = None,
        instance_class: Optional[str] = None,
        source_endpoint_database_name: Optional[str] = None,
        source_endpoint_engine_name: Optional[str] = None,
        source_endpoint_instance_id: Optional[str] = None,
        source_endpoint_instance_type: Optional[str] = None,
        source_endpoint_ip: Optional[str] = None,
        source_endpoint_oracle_sid: Optional[str] = None,
        source_endpoint_owner_id: Optional[str] = None,
        source_endpoint_password: Optional[str] = None,
        source_endpoint_port: Optional[str] = None,
        source_endpoint_region: Optional[str] = None,
        source_endpoint_role: Optional[str] = None,
        source_endpoint_user_name: Optional[str] = None,
        status: Optional[str] = None,
        structure_initialization: Optional[bool] = None) -> MigrationJob
func GetMigrationJob(ctx *Context, name string, id IDInput, state *MigrationJobState, opts ...ResourceOption) (*MigrationJob, error)
public static MigrationJob Get(string name, Input<string> id, MigrationJobState? state, CustomResourceOptions? opts = null)
public static MigrationJob get(String name, Output<String> id, MigrationJobState state, CustomResourceOptions options)
resources:  _:    type: alicloud:dts:MigrationJob    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
Checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
DataInitialization Changes to this property will trigger replacement. bool
Whether to execute DTS supports schema migration.
DataSynchronization Changes to this property will trigger replacement. bool
Whether to perform incremental data migration.
DbList Changes to this property will trigger replacement. string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
DestinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
DestinationEndpointEngineName Changes to this property will trigger replacement. string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
DestinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
DestinationEndpointInstanceType Changes to this property will trigger replacement. string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
DestinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
DestinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
DestinationEndpointPassword string
The password of database account.
DestinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
DestinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
DestinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
DtsInstanceId Changes to this property will trigger replacement. string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
DtsJobName Changes to this property will trigger replacement. string
The name of migration job.
InstanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
SourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
SourceEndpointEngineName Changes to this property will trigger replacement. string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
SourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
SourceEndpointInstanceType Changes to this property will trigger replacement. string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
SourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
SourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
SourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
SourceEndpointPassword string
The password of database account.
SourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
SourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
SourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
SourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
Status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
StructureInitialization Changes to this property will trigger replacement. bool
Whether to perform a database table structure to migrate.
Checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
DataInitialization Changes to this property will trigger replacement. bool
Whether to execute DTS supports schema migration.
DataSynchronization Changes to this property will trigger replacement. bool
Whether to perform incremental data migration.
DbList Changes to this property will trigger replacement. string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
DestinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
DestinationEndpointEngineName Changes to this property will trigger replacement. string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
DestinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
DestinationEndpointInstanceType Changes to this property will trigger replacement. string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
DestinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
DestinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
DestinationEndpointPassword string
The password of database account.
DestinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
DestinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
DestinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
DtsInstanceId Changes to this property will trigger replacement. string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
DtsJobName Changes to this property will trigger replacement. string
The name of migration job.
InstanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
SourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
SourceEndpointEngineName Changes to this property will trigger replacement. string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
SourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
SourceEndpointInstanceType Changes to this property will trigger replacement. string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
SourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
SourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
SourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
SourceEndpointPassword string
The password of database account.
SourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
SourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
SourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
SourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
Status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
StructureInitialization Changes to this property will trigger replacement. bool
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. String
Start time in Unix timestamp format.
dataInitialization Changes to this property will trigger replacement. Boolean
Whether to execute DTS supports schema migration.
dataSynchronization Changes to this property will trigger replacement. Boolean
Whether to perform incremental data migration.
dbList Changes to this property will trigger replacement. String
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
destinationEndpointEngineName Changes to this property will trigger replacement. String
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceId Changes to this property will trigger replacement. String
The ID of destination instance.
destinationEndpointInstanceType Changes to this property will trigger replacement. String
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
destinationEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
destinationEndpointPassword String
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. String
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
dtsInstanceId Changes to this property will trigger replacement. String
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
dtsJobName Changes to this property will trigger replacement. String
The name of migration job.
instanceClass String
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
sourceEndpointEngineName Changes to this property will trigger replacement. String
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceId Changes to this property will trigger replacement. String
The ID of source instance.
sourceEndpointInstanceType Changes to this property will trigger replacement. String
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
sourceEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. String
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword String
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. String
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. String
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
status String
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
structureInitialization Changes to this property will trigger replacement. Boolean
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. string
Start time in Unix timestamp format.
dataInitialization Changes to this property will trigger replacement. boolean
Whether to execute DTS supports schema migration.
dataSynchronization Changes to this property will trigger replacement. boolean
Whether to perform incremental data migration.
dbList Changes to this property will trigger replacement. string
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
destinationEndpointEngineName Changes to this property will trigger replacement. string
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceId Changes to this property will trigger replacement. string
The ID of destination instance.
destinationEndpointInstanceType Changes to this property will trigger replacement. string
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
destinationEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
destinationEndpointPassword string
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. string
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
dtsInstanceId Changes to this property will trigger replacement. string
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
dtsJobName Changes to this property will trigger replacement. string
The name of migration job.
instanceClass string
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. string
The name of migrate the database.
sourceEndpointEngineName Changes to this property will trigger replacement. string
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceId Changes to this property will trigger replacement. string
The ID of source instance.
sourceEndpointInstanceType Changes to this property will trigger replacement. string
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
sourceEndpointIp Changes to this property will trigger replacement. string
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. string
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. string
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword string
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. string
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. string
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. string
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. string
The username of database account.
status string
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
structureInitialization Changes to this property will trigger replacement. boolean
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. str
Start time in Unix timestamp format.
data_initialization Changes to this property will trigger replacement. bool
Whether to execute DTS supports schema migration.
data_synchronization Changes to this property will trigger replacement. bool
Whether to perform incremental data migration.
db_list Changes to this property will trigger replacement. str
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destination_endpoint_database_name Changes to this property will trigger replacement. str
The name of migrate the database.
destination_endpoint_engine_name Changes to this property will trigger replacement. str
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destination_endpoint_instance_id Changes to this property will trigger replacement. str
The ID of destination instance.
destination_endpoint_instance_type Changes to this property will trigger replacement. str
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
destination_endpoint_ip Changes to this property will trigger replacement. str
The ip of source endpoint.
destination_endpoint_oracle_sid Changes to this property will trigger replacement. str
The SID of Oracle database.
destination_endpoint_password str
The password of database account.
destination_endpoint_port Changes to this property will trigger replacement. str
The port of source endpoint.
destination_endpoint_region Changes to this property will trigger replacement. str
The region of destination instance.
destination_endpoint_user_name Changes to this property will trigger replacement. str
The username of database account.
dts_instance_id Changes to this property will trigger replacement. str
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
dts_job_name Changes to this property will trigger replacement. str
The name of migration job.
instance_class str
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
source_endpoint_database_name Changes to this property will trigger replacement. str
The name of migrate the database.
source_endpoint_engine_name Changes to this property will trigger replacement. str
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
source_endpoint_instance_id Changes to this property will trigger replacement. str
The ID of source instance.
source_endpoint_instance_type Changes to this property will trigger replacement. str
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
source_endpoint_ip Changes to this property will trigger replacement. str
The ip of source endpoint.
source_endpoint_oracle_sid Changes to this property will trigger replacement. str
The SID of Oracle database.
source_endpoint_owner_id Changes to this property will trigger replacement. str
The Alibaba Cloud account ID to which the source instance belongs.
source_endpoint_password str
The password of database account.
source_endpoint_port Changes to this property will trigger replacement. str
The port of source endpoint.
source_endpoint_region Changes to this property will trigger replacement. str
The region of source instance.
source_endpoint_role Changes to this property will trigger replacement. str
The name of the role configured for the cloud account to which the source instance belongs.
source_endpoint_user_name Changes to this property will trigger replacement. str
The username of database account.
status str
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
structure_initialization Changes to this property will trigger replacement. bool
Whether to perform a database table structure to migrate.
checkpoint Changes to this property will trigger replacement. String
Start time in Unix timestamp format.
dataInitialization Changes to this property will trigger replacement. Boolean
Whether to execute DTS supports schema migration.
dataSynchronization Changes to this property will trigger replacement. Boolean
Whether to perform incremental data migration.
dbList Changes to this property will trigger replacement. String
Migration object, in the format of JSON strings. For detailed definition instructions, please refer to the description of migration, migration or subscription objects.
destinationEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
destinationEndpointEngineName Changes to this property will trigger replacement. String
The type of destination database. Valid values: ADS, ADB30, AS400, DATAHUB, DB2, GREENPLUM, KAFKA, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, PostgreSQL.
destinationEndpointInstanceId Changes to this property will trigger replacement. String
The ID of destination instance.
destinationEndpointInstanceType Changes to this property will trigger replacement. String
The type of destination instance. Valid values: ADS, CEN, DATAHUB, DG, ECS, EXPRESS, GREENPLUM, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
destinationEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
destinationEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
destinationEndpointPassword String
The password of database account.
destinationEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
destinationEndpointRegion Changes to this property will trigger replacement. String
The region of destination instance.
destinationEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
dtsInstanceId Changes to this property will trigger replacement. String
The Migration instance ID. The ID of alicloud.dts.MigrationInstance.
dtsJobName Changes to this property will trigger replacement. String
The name of migration job.
instanceClass String
The instance class. Valid values: large, medium, micro, small, xlarge, xxlarge.
sourceEndpointDatabaseName Changes to this property will trigger replacement. String
The name of migrate the database.
sourceEndpointEngineName Changes to this property will trigger replacement. String
The type of source database. Valid values: AS400, DB2, DMSPOLARDB, HBASE, MONGODB, MSSQL, MySQL, ORACLE, PolarDB, POLARDBX20, POLARDB_O, POSTGRESQL, TERADATA.
sourceEndpointInstanceId Changes to this property will trigger replacement. String
The ID of source instance.
sourceEndpointInstanceType Changes to this property will trigger replacement. String
The type of source instance. Valid values: CEN, DG, DISTRIBUTED_DMSLOGICDB, ECS, EXPRESS, MONGODB, OTHER, PolarDB, POLARDBX20, RDS.
sourceEndpointIp Changes to this property will trigger replacement. String
The ip of source endpoint.
sourceEndpointOracleSid Changes to this property will trigger replacement. String
The SID of Oracle database.
sourceEndpointOwnerId Changes to this property will trigger replacement. String
The Alibaba Cloud account ID to which the source instance belongs.
sourceEndpointPassword String
The password of database account.
sourceEndpointPort Changes to this property will trigger replacement. String
The port of source endpoint.
sourceEndpointRegion Changes to this property will trigger replacement. String
The region of source instance.
sourceEndpointRole Changes to this property will trigger replacement. String
The name of the role configured for the cloud account to which the source instance belongs.
sourceEndpointUserName Changes to this property will trigger replacement. String
The username of database account.
status String
The status of the resource. Valid values: Migrating, Suspending. You can suspend the task by specifying Suspending and start the task by specifying Migrating.
structureInitialization Changes to this property will trigger replacement. Boolean
Whether to perform a database table structure to migrate.

Import

DTS Migration Job can be imported using the id, e.g.

$ pulumi import alicloud:dts/migrationJob:MigrationJob example <id>
Copy

To learn more about importing existing cloud resources, see Importing resources.

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes
This Pulumi package is based on the alicloud Terraform Provider.