Log Metric Trigger Args
data class LogMetricTriggerArgs(val metricColumn: Output<String>? = null, val metricTriggerType: Output<Either<String, MetricTriggerType>>? = null, val threshold: Output<Double>? = null, val thresholdOperator: Output<Either<String, ConditionalOperator>>? = null) : ConvertibleToJava<LogMetricTriggerArgs>
A log metrics trigger descriptor.
Constructors
Link copied to clipboard
constructor(metricColumn: Output<String>? = null, metricTriggerType: Output<Either<String, MetricTriggerType>>? = null, threshold: Output<Double>? = null, thresholdOperator: Output<Either<String, ConditionalOperator>>? = null)