Skip to main content
Module

x/aws_api/services/cloudwatch/mod.ts>ComparisonOperator

From-scratch Typescript client for accessing AWS APIs
Extremely Popular
Latest
type alias ComparisonOperator
import { type ComparisonOperator } from "https://deno.land/x/aws_api@v0.8.1/services/cloudwatch/mod.ts";
definition:
| "GreaterThanOrEqualToThreshold"
| "GreaterThanThreshold"
| "LessThanThreshold"
| "LessThanOrEqualToThreshold"
| "LessThanLowerOrGreaterThanUpperThreshold"
| "LessThanLowerThreshold"
| "GreaterThanUpperThreshold"
| cmnP.UnexpectedEnumValue