AnomalyDetector constructor
AnomalyDetector({
- AnomalyDetectorConfiguration? configuration,
- List<
Dimension> ? dimensions, - String? metricName,
- String? namespace,
- String? stat,
- AnomalyDetectorStateValue? stateValue,
Implementation
AnomalyDetector({
this.configuration,
this.dimensions,
this.metricName,
this.namespace,
this.stat,
this.stateValue,
});