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

InsightRuleContributor

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

One of the unique contributors found by a Contributor Insights rule. If the rule contains multiple keys, then a unique contributor is a unique combination of values from all the keys in the rule.

If the rule contains a single key, then each unique contributor is each unique value for this key.

For more information, see GetInsightRuleReport.

interface InsightRuleContributor {
ApproximateAggregateValue: number;
Keys: string[];
}

§Properties

§
ApproximateAggregateValue: number
[src]

An approximation of the aggregate value that comes from this contributor.

§

An array of the data points where this contributor is present. Only the data points when this contributor appeared are included in the array.

§
Keys: string[]
[src]

One of the log entry field keywords that is used to define contributors for this rule.