AnomalyDetectorMetricArgs

data class AnomalyDetectorMetricArgs(val aggregationFunction: Output<AnomalyDetectorMetricAggregationFunction>, val metricName: Output<String>, val namespace: Output<String>? = null) : ConvertibleToJava<AnomalyDetectorMetricArgs>

Constructors

Link copied to clipboard
constructor(aggregationFunction: Output<AnomalyDetectorMetricAggregationFunction>, metricName: Output<String>, namespace: Output<String>? = null)

Properties

Link copied to clipboard

Operator used to aggregate metric values

Link copied to clipboard
val metricName: Output<String>

The name of the metric.

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

The namespace for the metric.

Functions

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