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

Threshold

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

Contains information about the threshold for service level metrics.

interface Threshold {
Comparison?: Comparison | null;
ThresholdValue?: number | null;
}

§Properties

§
Comparison?: Comparison | null
[src]

The type of comparison. Only "less than" (LT) comparisons are supported.

§
ThresholdValue?: number | null
[src]

The threshold value to compare.