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

MetricMathAnomalyDetector

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

Indicates the CloudWatch math expression that provides the time series the anomaly detector uses as input. The designated math expression must return a single time series.

interface MetricMathAnomalyDetector {
MetricDataQueries?: MetricDataQuery[] | null;
}

§Properties

§
MetricDataQueries?: MetricDataQuery[] | null
[src]

An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression. Each item in MetricDataQueries gets a metric or performs a math expression. One item in MetricDataQueries is the expression that provides the time series that the anomaly detector uses as input. Designate the expression by setting ReturnData to True for this object in the array. For all other expressions and metrics, set ReturnData to False. The designated expression must return a single time series.