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

AlertFilters

import type { AlertFilters } from "https://aws-api.deno.dev/v0.4/services/lookoutmetrics.ts?docs=full";

The configuration of the alert filters.

interface AlertFilters {
DimensionFilterList?: DimensionFilter[] | null;
MetricList?: string[] | null;
}

§Properties

§
DimensionFilterList?: DimensionFilter[] | null
[src]

The list of DimensionFilter objects that are used for dimension-based filtering.

§
MetricList?: string[] | null
[src]

The list of measures that you want to get alerts for.