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

InsightRuleContributorDatapoint

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

One data point related to one contributor.

For more information, see GetInsightRuleReport and InsightRuleContributor.

interface InsightRuleContributorDatapoint {
ApproximateValue: number;
Timestamp: Date | number;
}

§Properties

§
ApproximateValue: number
[src]

The approximate value that this contributor added during this timestamp.

§
Timestamp: Date | number
[src]

The timestamp of the data point.