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

MetricDimension

import type { MetricDimension } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies metric-based criteria for including or excluding endpoints from a segment. These criteria derive from custom metrics that you define for endpoints.

interface MetricDimension {
ComparisonOperator: string;
Value: number;
}

§Properties

§
ComparisonOperator: string
[src]

The operator to use when comparing metric values. Valid values are: GREATER_THAN, LESS_THAN, GREATER_THAN_OR_EQUAL, LESS_THAN_OR_EQUAL, and EQUAL.

§
Value: number
[src]

The value to compare.