Class CfnAnomalyDetectorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAnomalyDetectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorMixinProps
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorMixinProps
An implementation for
CfnAnomalyDetectorMixinProps-
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.cfnpropertymixins.services.cloudwatch.CfnAnomalyDetectorMixinProps
CfnAnomalyDetectorMixinProps.Builder, CfnAnomalyDetectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorMixinProps.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 ObjectUse this object to include parameters to provide information about your metric to CloudWatch to help it build more accurate anomaly detection models.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 theCfnAnomalyDetectorMixinProps.Builder.
-
-
Method Details
-
getConfiguration
Description copied from interface:CfnAnomalyDetectorMixinPropsSpecifies 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.
Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.ConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getDimensions
Description copied from interface:CfnAnomalyDetectorMixinPropsThe dimensions of the metric associated with the anomaly detection band.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetectorPropsMixin.DimensionProperty>- Specified by:
getDimensionsin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getMetricCharacteristics
Description copied from interface:CfnAnomalyDetectorMixinPropsUse 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
PeriodicSpikesparameter.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.MetricCharacteristicsProperty- Specified by:
getMetricCharacteristicsin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getMetricMathAnomalyDetector
Description copied from interface:CfnAnomalyDetectorMixinPropsThe CloudWatch metric math expression for this anomaly detector.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.MetricMathAnomalyDetectorProperty- Specified by:
getMetricMathAnomalyDetectorin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getMetricName
Description copied from interface:CfnAnomalyDetectorMixinPropsThe name of the metric associated with the anomaly detection band.- Specified by:
getMetricNamein interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getNamespace
Description copied from interface:CfnAnomalyDetectorMixinPropsThe namespace of the metric associated with the anomaly detection band.- Specified by:
getNamespacein interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getSingleMetricAnomalyDetector
Description copied from interface:CfnAnomalyDetectorMixinPropsThe CloudWatch metric and statistic for this anomaly detector.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty- Specified by:
getSingleMetricAnomalyDetectorin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getStat
Description copied from interface:CfnAnomalyDetectorMixinPropsThe statistic of the metric associated with the anomaly detection band.- Specified by:
getStatin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
$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()
-