RosSynchronizationJobProps
Properties for defining a RosSynchronizationJob
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dts-synchronizationjob
Initializer
import { datasource } from '@alicloud/ros-cdk-dts'
const rosSynchronizationJobProps: datasource.RosSynchronizationJobProps = { ... }
Properties
Name | Type | Description |
---|---|---|
dtsInstanceId |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
refreshOptions |
string | @alicloud/ros-cdk-core.IResolvable |
No description. |
dtsInstanceId
Required
public readonly dtsInstanceId: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable
refreshOptions
Optional
public readonly refreshOptions: string | IResolvable;
- Type: string | @alicloud/ros-cdk-core.IResolvable