Anomaly Detector Metric Set Args
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)