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

ComparisonOperator

import type { ComparisonOperator } from "https://aws-api.deno.dev/v0.3/services/cloudwatch.ts?docs=full";
type ComparisonOperator =
| "GreaterThanOrEqualToThreshold"
| "GreaterThanThreshold"
| "LessThanThreshold"
| "LessThanOrEqualToThreshold"
| "LessThanLowerOrGreaterThanUpperThreshold"
| "LessThanLowerThreshold"
| "GreaterThanUpperThreshold"

§Type

§
"GreaterThanOrEqualToThreshold" | "GreaterThanThreshold" | "LessThanThreshold" | "LessThanOrEqualToThreshold" | "LessThanLowerOrGreaterThanUpperThreshold" | "LessThanLowerThreshold" | "GreaterThanUpperThreshold" | cmnP.UnexpectedEnumValue
[src]