Job Monitor Rule Args
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>
Content copied to clipboard