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

HistoricalMetric

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

Contains information about a historical metric. For a description of each metric, see Historical Metrics Definitions in the Amazon Connect Administrator Guide.

interface HistoricalMetric {
Name?: HistoricalMetricName | null;
Statistic?: Statistic | null;
Threshold?: Threshold | null;
Unit?: Unit | null;
}

§Properties

§

The name of the metric.

§
Statistic?: Statistic | null
[src]

The statistic for the metric.

§
Threshold?: Threshold | null
[src]

The threshold for the metric, used with service level metrics.

§
Unit?: Unit | null
[src]

The unit for the metric.