Class CfnAnomalyDetector.MetricCharacteristicsProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.MetricCharacteristicsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.MetricCharacteristicsProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.MetricCharacteristicsProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.MetricCharacteristicsProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.MetricCharacteristicsProperty
An implementation for
CfnAnomalyDetector.MetricCharacteristicsProperty
-
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.MetricCharacteristicsProperty
CfnAnomalyDetector.MetricCharacteristicsProperty.Builder, CfnAnomalyDetector.MetricCharacteristicsProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricCharacteristicsProperty.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.MetricCharacteristicsProperty.Builder
.
-
-
Method Details
-
getPeriodicSpikes
Description copied from interface:CfnAnomalyDetector.MetricCharacteristicsProperty
Set this parameter to true if values for this metric consistently include spikes that should not be considered to be anomalies.With this set to true, CloudWatch will expect to see spikes that occurred consistently during the model training period, and won't flag future similar spikes as anomalies.
- Specified by:
getPeriodicSpikes
in interfaceCfnAnomalyDetector.MetricCharacteristicsProperty
- 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()
-