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
An implementation for
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder, CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder
.
-
-
Method Details
-
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 inMetricDataQueries
is the expression that provides the time series that the anomaly detector uses as input. Designate the expression by settingReturnData
totrue
for this object in the array. For all other expressions and metrics, setReturnData
tofalse
. The designated expression must return a single time series.- Specified by:
getMetricDataQueries
in interfaceCfnAnomalyDetector.MetricMathAnomalyDetectorProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-