Class CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
An implementation for
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty-
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.SingleMetricAnomalyDetectorProperty
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder, CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe metric dimensions to create the anomaly detection model for.final StringThe name of the metric to create the anomaly detection model for.final StringThe namespace of the metric to create the anomaly detection model for.final StringgetStat()The statistic to use for the metric and anomaly detection model.final inthashCode()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.SingleMetricAnomalyDetectorProperty.Builder.
-
-
Method Details
-
getDimensions
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe metric dimensions to create the anomaly detection model for.- Specified by:
getDimensionsin interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
-
getMetricName
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe name of the metric to create the anomaly detection model for.- Specified by:
getMetricNamein interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
-
getNamespace
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe namespace of the metric to create the anomaly detection model for.- Specified by:
getNamespacein interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
-
getStat
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe statistic to use for the metric and anomaly detection model.- Specified by:
getStatin interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
-
$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()
-