ScheduledQueryRulesAlertTriggerMetricTriggerArgs

data class ScheduledQueryRulesAlertTriggerMetricTriggerArgs(val metricColumn: Output<String>? = null, val metricTriggerType: Output<String>, val operator: Output<String>, val threshold: Output<Double>) : ConvertibleToJava<ScheduledQueryRulesAlertTriggerMetricTriggerArgs>

Constructors

constructor(metricColumn: Output<String>? = null, metricTriggerType: Output<String>, operator: Output<String>, threshold: Output<Double>)

Properties

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

Evaluation of metric on a particular column.

Link copied to clipboard

Metric Trigger Type - 'Consecutive' or 'Total'.

Link copied to clipboard
val operator: Output<String>

Evaluation operation for rule - 'Equal', 'GreaterThan', GreaterThanOrEqual', 'LessThan', or 'LessThanOrEqual'.

Link copied to clipboard
val threshold: Output<Double>

The threshold of the metric trigger. Values must be between 0 and 10000 inclusive.

Functions

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