Trigger Condition Args
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>>)