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

DimensionContribution

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

Details about a dimension that contributed to an anomaly.

interface DimensionContribution {
DimensionName?: string | null;
DimensionValueContributionList?: DimensionValueContribution[] | null;
}

§Properties

§
DimensionName?: string | null
[src]

The name of the dimension.

§
DimensionValueContributionList?: DimensionValueContribution[] | null
[src]

A list of dimension values that contributed to the anomaly.