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

CurrentMetric

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

Contains information about a real-time metric. For a description of each metric, see Real-time Metrics Definitions in the Amazon Connect Administrator Guide.

interface CurrentMetric {
Name?: CurrentMetricName | null;
Unit?: Unit | null;
}

§Properties

§

The name of the metric.

§
Unit?: Unit | null
[src]

The unit for the metric.