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

MetricSetDimensionFilter

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

Describes a list of filters for choosing a subset of dimension values. Each filter consists of the dimension and one of its values that you want to include. When multiple dimensions or values are specified, the dimensions are joined with an AND operation and the values are joined with an OR operation.

interface MetricSetDimensionFilter {
FilterList?: Filter[] | null;
Name?: string | null;
}

§Properties

§
FilterList?: Filter[] | null
[src]

The list of filters that you are applying.

§
Name?: string | null
[src]

The dimension that you want to filter on.