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

ContributionMatrix

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

Details about dimensions that contributed to an anomaly.

interface ContributionMatrix {
DimensionContributionList?: DimensionContribution[] | null;
}

§Properties

§
DimensionContributionList?: DimensionContribution[] | null
[src]

A list of contributing dimensions.