Skip to content

JobMonitorRuleProps

Properties for defining a JobMonitorRule.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dts-jobmonitorrule

Initializer

import com.aliyun.ros.cdk.dts.datasource.JobMonitorRuleProps;
JobMonitorRuleProps.builder()
    .dtsJobId(java.lang.String)
    .dtsJobId(IResolvable)
//  .refreshOptions(java.lang.String)
//  .refreshOptions(IResolvable)
    .build();

Properties

Name Type Description
dtsJobId java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property dtsJobId: The ID of the data migration, data synchronization, or change tracking task.
refreshOptions java.lang.String OR com.aliyun.ros.cdk.core.IResolvable Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

dtsJobIdRequired

public java.lang.Object getDtsJobId();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property dtsJobId: The ID of the data migration, data synchronization, or change tracking task.


refreshOptionsOptional

public java.lang.Object getRefreshOptions();
  • Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.