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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.MetricMathAnomalyDetectorProperty
CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder, CfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricMathAnomalyDetectorProperty.Builder.protectedJsii$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.MetricMathAnomalyDetectorPropertyAn 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
MetricDataQueriesgets a metric or performs a math expression. One item inMetricDataQueriesis the expression that provides the time series that the anomaly detector uses as input. Designate the expression by settingReturnDatatotruefor this object in the array. For all other expressions and metrics, setReturnDatatofalse. The designated expression must return a single time series.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetector.MetricDataQueryProperty>- Specified by:
getMetricDataQueriesin interfaceCfnAnomalyDetector.MetricMathAnomalyDetectorProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-