Module: AWSCDK::CloudWatch::ComparisonOperator
- Defined in:
- cloud_watch/comparison_operator.rb
Overview
Comparison operator for evaluating alarms.
Constant Summary collapse
- GREATER_THAN_OR_EQUAL_TO_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is greater than or equal to the threshold.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "GREATER_THAN_OR_EQUAL_TO_THRESHOLD")
- GREATER_THAN_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is strictly greater than the threshold.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "GREATER_THAN_THRESHOLD")
- LESS_THAN_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is strictly less than the threshold.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "LESS_THAN_THRESHOLD")
- LESS_THAN_OR_EQUAL_TO_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is less than or equal to the threshold.
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "LESS_THAN_OR_EQUAL_TO_THRESHOLD")
- LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is lower than or greater than the anomaly model band.
Used only for alarms based on anomaly detection models
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "LESS_THAN_LOWER_OR_GREATER_THAN_UPPER_THRESHOLD")
- GREATER_THAN_UPPER_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is greater than the anomaly model band.
Used only for alarms based on anomaly detection models
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "GREATER_THAN_UPPER_THRESHOLD")
- LESS_THAN_LOWER_THRESHOLD =
Deprecated.Note:
Default:
Specified statistic is lower than the anomaly model band.
Used only for alarms based on anomaly detection models
Jsii::Enum.new("aws-cdk-lib.aws_cloudwatch.ComparisonOperator", "LESS_THAN_LOWER_THRESHOLD")