Service Group Monitoring Agent Process Alert Config Args
data class ServiceGroupMonitoringAgentProcessAlertConfigArgs(val comparisonOperator: Output<String>, val effectiveInterval: Output<String>? = null, val escalationsLevel: Output<String>, val silenceTime: Output<Int>? = null, val statistics: Output<String>, val targetLists: Output<List<ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs>>? = null, val threshold: Output<String>, val times: Output<String>, val webhook: Output<String>? = null) : ConvertibleToJava<ServiceGroupMonitoringAgentProcessAlertConfigArgs>
Constructors
Link copied to clipboard
fun ServiceGroupMonitoringAgentProcessAlertConfigArgs(comparisonOperator: Output<String>, effectiveInterval: Output<String>? = null, escalationsLevel: Output<String>, silenceTime: Output<Int>? = null, statistics: Output<String>, targetLists: Output<List<ServiceGroupMonitoringAgentProcessAlertConfigTargetListArgs>>? = null, threshold: Output<String>, times: Output<String>, webhook: Output<String>? = null)
Functions
Properties
Link copied to clipboard
The operator that is used to compare the metric value with the threshold. Valid values: GreaterThanOrEqualToThreshold, GreaterThanThreshold, LessThanOrEqualToThreshold, LessThanThreshold, NotEqualToThreshold, GreaterThanYesterday, LessThanYesterday, GreaterThanLastWeek, LessThanLastWeek, GreaterThanLastPeriod, LessThanLastPeriod.
Link copied to clipboard
Link copied to clipboard