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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetectorProps
CfnAnomalyDetectorProps.Builder, CfnAnomalyDetectorProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Contains information about the configuration of the anomaly detector.final String
A description of the detector.final String
The name of the detector.final String
The ARN of the KMS key to use to encrypt your data.final Object
The detector's dataset.final int
hashCode()
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:CfnAnomalyDetectorProps
Contains information about the configuration of the anomaly detector.- Specified by:
getAnomalyDetectorConfig
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getMetricSetList
Description copied from interface:CfnAnomalyDetectorProps
The detector's dataset.- Specified by:
getMetricSetList
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getAnomalyDetectorDescription
Description copied from interface:CfnAnomalyDetectorProps
A description of the detector.- Specified by:
getAnomalyDetectorDescription
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getAnomalyDetectorName
Description copied from interface:CfnAnomalyDetectorProps
The name of the detector.- Specified by:
getAnomalyDetectorName
in interfaceCfnAnomalyDetectorProps
- See Also:
-
getKmsKeyArn
Description copied from interface:CfnAnomalyDetectorProps
The ARN of the KMS key to use to encrypt your data.- Specified by:
getKmsKeyArn
in interfaceCfnAnomalyDetectorProps
- 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()
-