Class CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.cloudwatch.CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
An implementation for
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty-
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.services.cloudwatch.CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty
CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder, CfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.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 StringIf the CloudWatch metric that provides the time series that the anomaly detector uses as input is in another account, specify that account ID here.final ObjectThe metric dimensions to create the anomaly detection model for.final StringThe name of the metric to create the anomaly detection model for.final StringThe namespace of the metric to create the anomaly detection model for.final StringgetStat()The statistic to use for the metric and anomaly detection model.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 theCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyIf the CloudWatch metric that provides the time series that the anomaly detector uses as input is in another account, specify that account ID here.If you omit this parameter, the current account is used.
- Specified by:
getAccountIdin interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty- See Also:
-
getDimensions
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe metric dimensions to create the anomaly detection model for.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetector.DimensionProperty>- Specified by:
getDimensionsin interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty- See Also:
-
getMetricName
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe name of the metric to create the anomaly detection model for.- Specified by:
getMetricNamein interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty- See Also:
-
getNamespace
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe namespace of the metric to create the anomaly detection model for.- Specified by:
getNamespacein interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty- See Also:
-
getStat
Description copied from interface:CfnAnomalyDetector.SingleMetricAnomalyDetectorPropertyThe statistic to use for the metric and anomaly detection model.- Specified by:
getStatin interfaceCfnAnomalyDetector.SingleMetricAnomalyDetectorProperty- 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()
-