Class CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Jsii$Proxy
All Implemented Interfaces:
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty

@Stability(Stable) @Internal public static final class CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
  • Constructor Details

  • Method Details

    • getMetricDataQueries

      public final Object getMetricDataQueries()
      Description copied from interface: CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
      An array of metric data query structures that enables you to create an anomaly detector based on the result of a metric math expression.

      Each item in MetricDataQueries gets a metric or performs a math expression. One item in MetricDataQueries is the expression that provides the time series that the anomaly detector uses as input. Designate the expression by setting ReturnData to true for this object in the array. For all other expressions and metrics, set ReturnData to false . The designated expression must return a single time series.

      Specified by:
      getMetricDataQueries in interface CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object