TriggerConditionArgs

data class TriggerConditionArgs(val metricTrigger: Output<LogMetricTriggerArgs>? = null, val threshold: Output<Double>, val thresholdOperator: Output<Either<String, ConditionalOperator>>) : ConvertibleToJava<TriggerConditionArgs>

The condition that results in the Log Search rule.

Constructors

Link copied to clipboard
constructor(metricTrigger: Output<LogMetricTriggerArgs>? = null, threshold: Output<Double>, thresholdOperator: Output<Either<String, ConditionalOperator>>)

Properties

Link copied to clipboard
val metricTrigger: Output<LogMetricTriggerArgs>? = null

Trigger condition for metric query rule

Link copied to clipboard
val threshold: Output<Double>

Result or count threshold based on which rule should be triggered.

Link copied to clipboard

Evaluation operation for rule - 'GreaterThan' or 'LessThan.

Functions

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