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

DimensionFilter

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

The dimension filter, containing DimensionName and DimensionValueList.

interface DimensionFilter {
DimensionName?: string | null;
DimensionValueList?: string[] | null;
}

§Properties

§
DimensionName?: string | null
[src]

The name of the dimension to filter on.

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

The list of values for the dimension specified in DimensionName that you want to filter on.