public static final class CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.ConfigurationProperty
CfnAnomalyDetector.ConfigurationProperty
CfnAnomalyDetector.ConfigurationProperty.Builder, CfnAnomalyDetector.ConfigurationProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getExcludedTimeRanges()
Specifies an array of time ranges to exclude from use when the anomaly detection model is trained and updated.
|
java.lang.String |
getMetricTimeZone()
The time zone to use for the metric.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getExcludedTimeRanges()
CfnAnomalyDetector.ConfigurationProperty
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.
getExcludedTimeRanges
in interface CfnAnomalyDetector.ConfigurationProperty
public final java.lang.String getMetricTimeZone()
CfnAnomalyDetector.ConfigurationProperty
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 .
getMetricTimeZone
in interface CfnAnomalyDetector.ConfigurationProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()