Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

SingleMetricAnomalyDetector

import type { SingleMetricAnomalyDetector } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";

Designates the CloudWatch metric and statistic that provides the time series the anomaly detector uses as input.

interface SingleMetricAnomalyDetector {
Dimensions?: Dimension[] | null;
MetricName?: string | null;
Namespace?: string | null;
Stat?: string | null;
}

§Properties

§
Dimensions?: Dimension[] | null
[src]

The metric dimensions to create the anomaly detection model for.

§
MetricName?: string | null
[src]

The name of the metric to create the anomaly detection model for.

§
Namespace?: string | null
[src]

The namespace of the metric to create the anomaly detection model for.

§
Stat?: string | null
[src]

The statistic to use for the metric and anomaly detection model.