AnomalyDetector constructor

AnomalyDetector({
  1. AnomalyDetectorConfiguration? configuration,
  2. List<Dimension>? dimensions,
  3. String? metricName,
  4. String? namespace,
  5. String? stat,
  6. AnomalyDetectorStateValue? stateValue,
})

Implementation

AnomalyDetector({
  this.configuration,
  this.dimensions,
  this.metricName,
  this.namespace,
  this.stat,
  this.stateValue,
});