Skip to main content
Version: 0.1.9

comparison_operator

The arithmetic operation to use when comparing the specified statistic and threshold

See

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-cloudwatch/interfaces/putmetricalarmcommandinput.html#comparisonoperator

Values

greater_than_or_equal_to_threshold = GreaterThanOrEqualToThreshold

greater_than_threshold = GreaterThanThreshold

greater_than_upper_threshold = GreaterThanUpperThreshold

less_than_lower_or_greater_than_upper_threshold = LessThanLowerOrGreaterThanUpperThreshold

less_than_lower_threshold = LessThanLowerThreshold

less_than_or_equal_to_threshold = LessThanOrEqualToThreshold

less_than_threshold = LessThanThreshold