Class CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.ConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.ConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.ConfigurationProperty
An implementation for
CfnAnomalyDetector.ConfigurationProperty
-
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.ConfigurationProperty
CfnAnomalyDetector.ConfigurationProperty.Builder, CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.ConfigurationProperty.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.ConfigurationProperty.Builder
.
-
-
Method Details
-
getExcludedTimeRanges
Description copied from interface:CfnAnomalyDetector.ConfigurationProperty
Specifies an array of time ranges to exclude from use when the anomaly detection model is trained and updated.Use this to make sure that events that could cause unusual values for the metric, such as deployments, aren't used when CloudWatch creates or updates the model.
- Specified by:
getExcludedTimeRanges
in interfaceCfnAnomalyDetector.ConfigurationProperty
- See Also:
-
getMetricTimeZone
Description copied from interface:CfnAnomalyDetector.ConfigurationProperty
The time zone to use for the metric.This is useful to enable the model to automatically account for daylight savings time changes if the metric is sensitive to such time changes.
To specify a time zone, use the name of the time zone as specified in the standard tz database. For more information, see tz database .
- Specified by:
getMetricTimeZone
in interfaceCfnAnomalyDetector.ConfigurationProperty
- 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()
-