JobMonitorRuleArgs

data class JobMonitorRuleArgs(val delayRuleTime: Output<String>? = null, val dtsJobId: Output<String>? = null, val phone: Output<String>? = null, val state: Output<String>? = null, val type: Output<String>? = null) : ConvertibleToJava<JobMonitorRuleArgs>

Provides a DTS Job Monitor Rule resource. For information about DTS Job Monitor Rule and how to use it, see What is Job Monitor Rule.

NOTE: Available since v1.134.0.

Import

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

$ pulumi import alicloud:dts/jobMonitorRule:JobMonitorRule example <dts_job_id>

Constructors

Link copied to clipboard
constructor(delayRuleTime: Output<String>? = null, dtsJobId: Output<String>? = null, phone: Output<String>? = null, state: Output<String>? = null, type: Output<String>? = null)

Properties

Link copied to clipboard
val delayRuleTime: Output<String>? = null

Trigger delay alarm threshold, which is measured in seconds.

Link copied to clipboard
val dtsJobId: Output<String>? = null

Migration, synchronization or subscription task ID can be by calling the DescribeDtsJobs get.

Link copied to clipboard
val phone: Output<String>? = null

The alarm is triggered after notification of the contact phone number, A plurality of phone numbers between them with a comma (,) to separate.

Link copied to clipboard
val state: Output<String>? = null

Whether to enable monitoring rules, valid values: Y, N.

Link copied to clipboard
val type: Output<String>? = null

Monitoring rules of type, valid values: delay, error. delay: delay alarm. error: abnormal alarm.

Functions

Link copied to clipboard
open override fun toJava(): JobMonitorRuleArgs