JobJobMonitorInfoArgs

data class JobJobMonitorInfoArgs(val contactInfos: Output<List<JobJobMonitorInfoContactInfoArgs>>? = null, val monitorConfig: Output<JobJobMonitorInfoMonitorConfigArgs>? = null) : ConvertibleToJava<JobJobMonitorInfoArgs>

Constructors

Link copied to clipboard
constructor(contactInfos: Output<List<JobJobMonitorInfoContactInfoArgs>>? = null, monitorConfig: Output<JobJobMonitorInfoMonitorConfigArgs>? = null)

Properties

Link copied to clipboard

Contact information. See contact_info below.

Link copied to clipboard

Alarm switch and threshold configuration. See monitor_config below.

Functions

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