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

Filter

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

Describes a filter for choosing a subset of dimension values. Each filter consists of the dimension that you want to include and the condition statement. The condition statement is specified in the FilterOperation object.

interface Filter {
DimensionValue?: string | null;
FilterOperation?: FilterOperation | null;
}

§Properties

§
DimensionValue?: string | null
[src]

The value that you want to include in the filter.

§
FilterOperation?: FilterOperation | null
[src]

The condition to apply.