Class CfnAnomalyDetectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetectorProps
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorProps
An implementation for
CfnAnomalyDetectorProps-
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.CfnAnomalyDetectorProps
CfnAnomalyDetectorProps.Builder, CfnAnomalyDetectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorProps.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 ObjectSpecifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.final ObjectThe dimensions of the metric associated with the anomaly detection band.final ObjectThe CloudWatch metric math expression for this anomaly detector.final StringThe name of the metric associated with the anomaly detection band.final StringThe namespace of the metric associated with the anomaly detection band.final ObjectThe CloudWatch metric and statistic for this anomaly detector.final StringgetStat()The statistic of the metric associated with the anomaly detection band.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 theCfnAnomalyDetectorProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnAnomalyDetectorPropsSpecifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.The configuration can also include the time zone to use for the metric.
- Specified by:
getConfigurationin interfaceCfnAnomalyDetectorProps
-
getDimensions
Description copied from interface:CfnAnomalyDetectorPropsThe dimensions of the metric associated with the anomaly detection band.- Specified by:
getDimensionsin interfaceCfnAnomalyDetectorProps
-
getMetricMathAnomalyDetector
Description copied from interface:CfnAnomalyDetectorPropsThe CloudWatch metric math expression for this anomaly detector.- Specified by:
getMetricMathAnomalyDetectorin interfaceCfnAnomalyDetectorProps
-
getMetricName
Description copied from interface:CfnAnomalyDetectorPropsThe name of the metric associated with the anomaly detection band.- Specified by:
getMetricNamein interfaceCfnAnomalyDetectorProps
-
getNamespace
Description copied from interface:CfnAnomalyDetectorPropsThe namespace of the metric associated with the anomaly detection band.- Specified by:
getNamespacein interfaceCfnAnomalyDetectorProps
-
getSingleMetricAnomalyDetector
Description copied from interface:CfnAnomalyDetectorPropsThe CloudWatch metric and statistic for this anomaly detector.- Specified by:
getSingleMetricAnomalyDetectorin interfaceCfnAnomalyDetectorProps
-
getStat
Description copied from interface:CfnAnomalyDetectorPropsThe statistic of the metric associated with the anomaly detection band.- Specified by:
getStatin interfaceCfnAnomalyDetectorProps
-
$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()
-