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.Returns union: either
IResolvableorCfnAnomalyDetector.AnomalyDetectorConfigProperty- Specified by:
getAnomalyDetectorConfigin interfaceCfnAnomalyDetectorProps- See Also:
-
getMetricSetList
Description copied from interface:CfnAnomalyDetectorPropsThe detector's dataset.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetector.MetricSetProperty>- Specified by:
getMetricSetListin interfaceCfnAnomalyDetectorProps- See Also:
-
getAnomalyDetectorDescription
Description copied from interface:CfnAnomalyDetectorPropsA description of the detector.- Specified by:
getAnomalyDetectorDescriptionin interfaceCfnAnomalyDetectorProps- See Also:
-
getAnomalyDetectorName
Description copied from interface:CfnAnomalyDetectorPropsThe name of the detector.- Specified by:
getAnomalyDetectorNamein interfaceCfnAnomalyDetectorProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnAnomalyDetectorPropsThe ARN of the KMS key to use to encrypt your data.- Specified by:
getKmsKeyArnin interfaceCfnAnomalyDetectorProps- 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()
-