JobMonitorRule

class JobMonitorRule : KotlinCustomResource

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>

Properties

Link copied to clipboard
val delayRuleTime: Output<String>

Trigger delay alarm threshold, which is measured in seconds.

Link copied to clipboard
val dtsJobId: Output<String>

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

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

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 pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

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

Link copied to clipboard
val type: Output<String>

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

Link copied to clipboard
val urn: Output<String>