Class CfnAnomalyDetectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetectorProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetectorProps
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorProps
An implementation for
CfnAnomalyDetectorProps-
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.lookoutmetrics.CfnAnomalyDetectorProps
CfnAnomalyDetectorProps.Builder, CfnAnomalyDetectorProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorProps.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 ObjectContains information about the configuration of the anomaly detector.final StringA description of the detector.final StringThe name of the detector.final StringThe ARN of the KMS key to use to encrypt your data.final ObjectThe detector's dataset.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 theCfnAnomalyDetectorProps.Builder.
-
-
Method Details
-
getAnomalyDetectorConfig
Description copied from interface:CfnAnomalyDetectorPropsContains information about the configuration of the anomaly detector.- Specified by:
getAnomalyDetectorConfigin interfaceCfnAnomalyDetectorProps
-
getMetricSetList
Description copied from interface:CfnAnomalyDetectorPropsThe detector's dataset.- Specified by:
getMetricSetListin interfaceCfnAnomalyDetectorProps
-
getAnomalyDetectorDescription
Description copied from interface:CfnAnomalyDetectorPropsA description of the detector.- Specified by:
getAnomalyDetectorDescriptionin interfaceCfnAnomalyDetectorProps
-
getAnomalyDetectorName
Description copied from interface:CfnAnomalyDetectorPropsThe name of the detector.- Specified by:
getAnomalyDetectorNamein interfaceCfnAnomalyDetectorProps
-
getKmsKeyArn
Description copied from interface:CfnAnomalyDetectorPropsThe ARN of the KMS key to use to encrypt your data.- Specified by:
getKmsKeyArnin interfaceCfnAnomalyDetectorProps
-
$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()
-