AnomalyDetectorMetricSetArgs

data class AnomalyDetectorMetricSetArgs(val dimensionList: Output<List<String>>? = null, val metricList: Output<List<AnomalyDetectorMetricArgs>>, val metricSetDescription: Output<String>? = null, val metricSetFrequency: Output<AnomalyDetectorMetricSetMetricSetFrequency>? = null, val metricSetName: Output<String>, val metricSource: Output<AnomalyDetectorMetricSourceArgs>, val offset: Output<Int>? = null, val timestampColumn: Output<AnomalyDetectorTimestampColumnArgs>? = null, val timezone: Output<String>? = null) : ConvertibleToJava<AnomalyDetectorMetricSetArgs>

Constructors

Link copied to clipboard
fun AnomalyDetectorMetricSetArgs(dimensionList: Output<List<String>>? = null, metricList: Output<List<AnomalyDetectorMetricArgs>>, metricSetDescription: Output<String>? = null, metricSetFrequency: Output<AnomalyDetectorMetricSetMetricSetFrequency>? = null, metricSetName: Output<String>, metricSource: Output<AnomalyDetectorMetricSourceArgs>, offset: Output<Int>? = null, timestampColumn: Output<AnomalyDetectorTimestampColumnArgs>? = null, timezone: Output<String>? = null)

Functions

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

Properties

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

Dimensions for this MetricSet.

Link copied to clipboard

Metrics captured by this MetricSet.

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

A description for the MetricSet.

Link copied to clipboard

A frequency period to aggregate the data

Link copied to clipboard
val metricSetName: Output<String>

The name of the MetricSet.

Link copied to clipboard
Link copied to clipboard
val offset: Output<Int>? = null

Offset, in seconds, between the frequency interval and the time at which the metrics are available.

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