Class CfnAnomalyDetectorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorMixinProps
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorMixinProps
An implementation for
CfnAnomalyDetectorMixinProps-
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.lookoutmetrics.CfnAnomalyDetectorMixinProps
CfnAnomalyDetectorMixinProps.Builder, CfnAnomalyDetectorMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorMixinProps.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 ObjectThe 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 theCfnAnomalyDetectorMixinProps.Builder.
-
-
Method Details
-
getAnomalyDetectorConfig
Description copied from interface:CfnAnomalyDetectorMixinPropsContains information about the configuration of the anomaly detector.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigProperty- Specified by:
getAnomalyDetectorConfigin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getAnomalyDetectorDescription
Description copied from interface:CfnAnomalyDetectorMixinPropsA description of the detector.- Specified by:
getAnomalyDetectorDescriptionin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getAnomalyDetectorName
Description copied from interface:CfnAnomalyDetectorMixinPropsThe name of the detector.- Specified by:
getAnomalyDetectorNamein interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getKmsKeyArn
Description copied from interface:CfnAnomalyDetectorMixinProps- Specified by:
getKmsKeyArnin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getMetricSetList
Description copied from interface:CfnAnomalyDetectorMixinPropsThe detector's dataset.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetectorPropsMixin.MetricSetProperty>- Specified by:
getMetricSetListin interfaceCfnAnomalyDetectorMixinProps- 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()
-