Skip to content

JobMonitorRuleProps

Properties for defining a JobMonitorRule.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new JobMonitorRuleProps {
    object DtsJobId,
    object RefreshOptions = null
};

Properties

Name Type Description
DtsJobId object Property dtsJobId: The ID of the data migration, data synchronization, or change tracking task.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

DtsJobIdRequired

public object DtsJobId { get; set; }
  • Type: object

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


RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object

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.