Uses of Class
software.amazon.awscdk.services.cloudwatch.MathExpression
Packages that use MathExpression
Package
Description
Amazon CloudWatch Construct Library
Amazon Simple Queue Service Construct Library
-
Uses of MathExpression in software.amazon.awscdk.services.cloudwatch
Methods in software.amazon.awscdk.services.cloudwatch that return MathExpressionModifier and TypeMethodDescriptionstatic MathExpressionMetric.anomalyDetectionFor(AnomalyDetectionMetricOptions props) Creates an anomaly detection metric from the provided metric.MathExpression.Builder.build()MathExpression.with(MathExpressionOptions props) Return a copy of Metric with properties changed. -
Uses of MathExpression in software.amazon.awscdk.services.sqs
Methods in software.amazon.awscdk.services.sqs that return MathExpressionModifier and TypeMethodDescriptiondefault MathExpressionIQueue.Jsii$Default.metricApproximateNumberOfMessagesOutstanding()The number of messages waiting to be picked up plus the number in flight.default MathExpressionIQueue.Jsii$Default.metricApproximateNumberOfMessagesOutstanding(MetricOptions props) The number of messages waiting to be picked up plus the number in flight.final MathExpressionIQueue.Jsii$Proxy.metricApproximateNumberOfMessagesOutstanding()The number of messages waiting to be picked up plus the number in flight.The number of messages waiting to be picked up plus the number in flight.IQueue.metricApproximateNumberOfMessagesOutstanding(MetricOptions props) The number of messages waiting to be picked up plus the number in flight.QueueBase.metricApproximateNumberOfMessagesOutstanding()The number of messages waiting to be picked up plus the number in flight.QueueBase.metricApproximateNumberOfMessagesOutstanding(MetricOptions props) The number of messages waiting to be picked up plus the number in flight.