Skip to content

SynchronizationJob2Props

Properties for defining a SynchronizationJob2.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dts-synchronizationjob2

Initializer

import { SynchronizationJob2Props } from '@alicloud/ros-cdk-dts'
const synchronizationJob2Props: SynchronizationJob2Props = { ... }

Properties

Name Type Description
dataInitialization boolean | @alicloud/ros-cdk-core.IResolvable Property dataInitialization: Specifies whether to perform full data migration or full data synchronization.
dataSynchronization boolean | @alicloud/ros-cdk-core.IResolvable Property dataSynchronization: Specifies whether to perform incremental data migration or incremental data synchronization.
dbList @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} Property dbList: The objects that you want to migrate or synchronize.
destinationEndpoint @alicloud/ros-cdk-core.IResolvable | DestinationEndpointProperty Property destinationEndpoint: Destination instance configuration.
dtsJobName string | @alicloud/ros-cdk-core.IResolvable Property dtsJobName: The name of the DTS instance.
sourceEndpoint @alicloud/ros-cdk-core.IResolvable | SourceEndpointProperty Property sourceEndpoint: Source instance configuration.
structureInitialization boolean | @alicloud/ros-cdk-core.IResolvable Property structureInitialization: Specifies whether to perform schema migration or schema synchronization.
checkpoint string | @alicloud/ros-cdk-core.IResolvable Property checkpoint: The start offset of incremental data migration or synchronization.
dataCheckConfigure @alicloud/ros-cdk-core.IResolvable | DataCheckConfigureProperty Property dataCheckConfigure: The data verification task for a data migration or synchronization instance.
dedicatedClusterId string | @alicloud/ros-cdk-core.IResolvable Property dedicatedClusterId: The ID of the DTS dedicated cluster on which the task runs.
delayNotice boolean | @alicloud/ros-cdk-core.IResolvable Property delayNotice: Specifies whether to monitor the task latency.
delayPhone string | @alicloud/ros-cdk-core.IResolvable Property delayPhone: The mobile numbers that receive latency-related alerts.
delayRuleTime number | @alicloud/ros-cdk-core.IResolvable Property delayRuleTime: The threshold for latency alerts.
destPrimaryVswId string | @alicloud/ros-cdk-core.IResolvable Property destPrimaryVswId: The primary VSW ID at the destination end of the VPC NAT.
destSecondaryVswId string | @alicloud/ros-cdk-core.IResolvable Property destSecondaryVswId: The secondary VSW ID at the destination end of the VPC NAT.
disasterRecoveryJob boolean | @alicloud/ros-cdk-core.IResolvable Property disasterRecoveryJob: Specifies whether the instance is a disaster recovery instance.
dtsBisLabel string | @alicloud/ros-cdk-core.IResolvable Property dtsBisLabel: The environment tag of the DTS instance.
dtsInstanceId string | @alicloud/ros-cdk-core.IResolvable Property dtsInstanceId: The ID of the DTS instance.
dtsJobId string | @alicloud/ros-cdk-core.IResolvable Property dtsJobId: The ID of the DTS task.
errorNotice boolean | @alicloud/ros-cdk-core.IResolvable Property errorNotice: Specifies whether to monitor the task status.
errorPhone string | @alicloud/ros-cdk-core.IResolvable Property errorPhone: The mobile numbers that receive status-related alerts.
fileOssUrl string | @alicloud/ros-cdk-core.IResolvable Property fileOssUrl: The URL of the Object Storage Service (OSS) bucket that stores the files related to the DTS task.
maxDu number | @alicloud/ros-cdk-core.IResolvable Property maxDu: The DU upper limit of the Serverless instance, with values being: 2, 4, 8, 16.
minDu number | @alicloud/ros-cdk-core.IResolvable Property minDu: The lower limit of DU for Serverless instances, with values being: 1, 2, 4, 8, 16.
reserve @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any} Property reserve: The reserved parameter of DTS.
resourceGroupId string | @alicloud/ros-cdk-core.IResolvable Property resourceGroupId: The ID of the resource group.
srcPrimaryVswId string | @alicloud/ros-cdk-core.IResolvable Property srcPrimaryVswId: The primary VSW ID at the source end of the VPC NAT.
srcSecondaryVswId string | @alicloud/ros-cdk-core.IResolvable Property srcSecondaryVswId: The secondary VSW ID at the source end of the VPC NAT.
status string | @alicloud/ros-cdk-core.IResolvable Property status: The status of the resource.
synchronizationDirection string | @alicloud/ros-cdk-core.IResolvable Property synchronizationDirection: The synchronization direction.

dataInitializationRequired

public readonly dataInitialization: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property dataInitialization: Specifies whether to perform full data migration or full data synchronization.

Default value: true. Valid values: true and false.


dataSynchronizationRequired

public readonly dataSynchronization: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property dataSynchronization: Specifies whether to perform incremental data migration or incremental data synchronization.

Default value: false. Valid values: true and false.


dbListRequired

public readonly dbList: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}

Property dbList: The objects that you want to migrate or synchronize.


destinationEndpointRequired

public readonly destinationEndpoint: IResolvable | DestinationEndpointProperty;

Property destinationEndpoint: Destination instance configuration.


dtsJobNameRequired

public readonly dtsJobName: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dtsJobName: The name of the DTS instance.


sourceEndpointRequired

public readonly sourceEndpoint: IResolvable | SourceEndpointProperty;

Property sourceEndpoint: Source instance configuration.


structureInitializationRequired

public readonly structureInitialization: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property structureInitialization: Specifies whether to perform schema migration or schema synchronization.

Default value: true. Valid values: true and false.


checkpointOptional

public readonly checkpoint: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property checkpoint: The start offset of incremental data migration or synchronization.

This value is a UNIX timestamp representing the number of seconds that have elapsed since January 1, 1970, 00:00:00 UTC.


dataCheckConfigureOptional

public readonly dataCheckConfigure: IResolvable | DataCheckConfigureProperty;

Property dataCheckConfigure: The data verification task for a data migration or synchronization instance.


dedicatedClusterIdOptional

public readonly dedicatedClusterId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dedicatedClusterId: The ID of the DTS dedicated cluster on which the task runs.


delayNoticeOptional

public readonly delayNotice: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property delayNotice: Specifies whether to monitor the task latency.

Valid values: true and false


delayPhoneOptional

public readonly delayPhone: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property delayPhone: The mobile numbers that receive latency-related alerts.

Separate multiple mobile numbers with commas (,). You can specify up to 10 mobile numbers. Note: You can also configure alert rules for DTS tasks in the CloudMonitor console.This parameter is available only for users of the China site (aliyun.com). Only mobile numbers in the Chinese mainland are supported. Users of the international site (alibabacloud.com) cannot receive alerts by using mobile numbers.


delayRuleTimeOptional

public readonly delayRuleTime: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property delayRuleTime: The threshold for latency alerts.

Unit: seconds. The value must be an integer. You can set the threshold based on your business requirements. To prevent unstable latency caused by network and database overloads, we recommend that you set the threshold to more than 10 seconds.

If DelayNotice is set to true, this parameter is required.


destPrimaryVswIdOptional

public readonly destPrimaryVswId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property destPrimaryVswId: The primary VSW ID at the destination end of the VPC NAT.


destSecondaryVswIdOptional

public readonly destSecondaryVswId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property destSecondaryVswId: The secondary VSW ID at the destination end of the VPC NAT.


disasterRecoveryJobOptional

public readonly disasterRecoveryJob: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property disasterRecoveryJob: Specifies whether the instance is a disaster recovery instance.

Valid values: true and false


dtsBisLabelOptional

public readonly dtsBisLabel: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dtsBisLabel: The environment tag of the DTS instance.

Valid values: normal and online.


dtsInstanceIdOptional

public readonly dtsInstanceId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dtsInstanceId: The ID of the DTS instance.


dtsJobIdOptional

public readonly dtsJobId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property dtsJobId: The ID of the DTS task.


errorNoticeOptional

public readonly errorNotice: boolean | IResolvable;
  • Type: boolean | @alicloud/ros-cdk-core.IResolvable

Property errorNotice: Specifies whether to monitor the task status.

Valid values: true and false.


errorPhoneOptional

public readonly errorPhone: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property errorPhone: The mobile numbers that receive status-related alerts.

Separate multiple mobile numbers with commas (,). You can specify up to 10 mobile numbers. Note: You can also configure alert rules for DTS tasks in the CloudMonitor console.This parameter is available only for users of the China site (aliyun.com). Only mobile numbers in the Chinese mainland are supported. Users of the international site (alibabacloud.com) cannot receive alerts by using mobile numbers.


fileOssUrlOptional

public readonly fileOssUrl: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property fileOssUrl: The URL of the Object Storage Service (OSS) bucket that stores the files related to the DTS task.


maxDuOptional

public readonly maxDu: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property maxDu: The DU upper limit of the Serverless instance, with values being: 2, 4, 8, 16.

Currently, this feature is not supported, please do not pass in parameters.


minDuOptional

public readonly minDu: number | IResolvable;
  • Type: number | @alicloud/ros-cdk-core.IResolvable

Property minDu: The lower limit of DU for Serverless instances, with values being: 1, 2, 4, 8, 16.

This feature is currently not supported, please do not pass in parameters.


reserveOptional

public readonly reserve: IResolvable | {[ key: string ]: any};
  • Type: @alicloud/ros-cdk-core.IResolvable | {[ key: string ]: any}

Property reserve: The reserved parameter of DTS.

You can specify this parameter to add more configurations of the source or destination instance to the DTS task. For example, you can specify the data storage format of the destination Kafka database and the ID of the CEN instance.


resourceGroupIdOptional

public readonly resourceGroupId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property resourceGroupId: The ID of the resource group.


srcPrimaryVswIdOptional

public readonly srcPrimaryVswId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property srcPrimaryVswId: The primary VSW ID at the source end of the VPC NAT.


srcSecondaryVswIdOptional

public readonly srcSecondaryVswId: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property srcSecondaryVswId: The secondary VSW ID at the source end of the VPC NAT.


statusOptional

public readonly status: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property status: The status of the resource.

Valid values: - Synchronizing: Start the task. - Suspending: Suspend the task. - Stopping: Stop the task.


synchronizationDirectionOptional

public readonly synchronizationDirection: string | IResolvable;
  • Type: string | @alicloud/ros-cdk-core.IResolvable

Property synchronizationDirection: The synchronization direction.

Default value: Forward. Valid values: - Forward: Data is synchronized from the source database to the destination database. - Reverse: Data is synchronized from the destination database to the source database. Note: The default value is Forward. The value Reverse takes effect only if the topology of the data synchronization task is two-way synchronization.