Class CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.cloudwatch.CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty
An implementation for
CfnAnomalyDetectorPropsMixin.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.cfnpropertymixins.services.cloudwatch.CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty
CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Builder, CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.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
protected Jsii$Proxy(CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty.Builder.
-
-
Method Details
-
getAccountId
Description copied from interface:CfnAnomalyDetectorPropsMixin.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 interfaceCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty- See Also:
-
getDimensions
Description copied from interface:CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorPropertyThe metric dimensions to create the anomaly detection model for.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetectorPropsMixin.DimensionProperty>- Specified by:
getDimensionsin interfaceCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty- See Also:
-
getMetricName
Description copied from interface:CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorPropertyThe name of the metric to create the anomaly detection model for.- Specified by:
getMetricNamein interfaceCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty- See Also:
-
getNamespace
Description copied from interface:CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorPropertyThe namespace of the metric to create the anomaly detection model for.- Specified by:
getNamespacein interfaceCfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorProperty- See Also:
-
getStat
Description copied from interface:CfnAnomalyDetectorPropsMixin.SingleMetricAnomalyDetectorPropertyThe statistic to use for the metric and anomaly detection model.- Specified by:
getStatin interfaceCfnAnomalyDetectorPropsMixin.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()
-