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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetectorProps
CfnAnomalyDetectorProps.Builder, CfnAnomalyDetectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Specifies details about how the anomaly detection model is to be trained, including time ranges to exclude when training and updating the model.final Object
The dimensions of the metric associated with the anomaly detection band.final Object
Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.final Object
The CloudWatch metric math expression for this anomaly detector.final String
The name of the metric associated with the anomaly detection band.final String
The namespace of the metric associated with the anomaly detection band.final Object
The CloudWatch metric and statistic for this anomaly detector.final String
getStat()
The statistic of the metric associated with the anomaly detection band.final int
hashCode()
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:CfnAnomalyDetectorProps
Specifies 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:
getConfiguration
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getDimensions
Description copied from interface:CfnAnomalyDetectorProps
The dimensions of the metric associated with the anomaly detection band.- Specified by:
getDimensions
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getMetricCharacteristics
Description copied from interface:CfnAnomalyDetectorProps
Use this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.Currently, it includes the
PeriodicSpikes
parameter.- Specified by:
getMetricCharacteristics
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getMetricMathAnomalyDetector
Description copied from interface:CfnAnomalyDetectorProps
The CloudWatch metric math expression for this anomaly detector.- Specified by:
getMetricMathAnomalyDetector
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getMetricName
Description copied from interface:CfnAnomalyDetectorProps
The name of the metric associated with the anomaly detection band.- Specified by:
getMetricName
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getNamespace
Description copied from interface:CfnAnomalyDetectorProps
The namespace of the metric associated with the anomaly detection band.- Specified by:
getNamespace
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getSingleMetricAnomalyDetector
Description copied from interface:CfnAnomalyDetectorProps
The CloudWatch metric and statistic for this anomaly detector.- Specified by:
getSingleMetricAnomalyDetector
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getStat
Description copied from interface:CfnAnomalyDetectorProps
The statistic of the metric associated with the anomaly detection band.- Specified by:
getStat
in interfaceCfnAnomalyDetectorProps
- 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()
-