Class CfnAnomalyDetectorMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.aps.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.aps.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 StringgetAlias()The user-friendly name of the anomaly detector.final ObjectThe algorithm configuration of the anomaly detector.final NumberThe frequency, in seconds, at which the anomaly detector evaluates metrics.final ObjectThe Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.final ObjectThe action taken when data is missing during evaluation.getTags()The tags applied to the anomaly detector.final StringAn Amazon Managed Service for Prometheus workspace is a logical and isolated Prometheus server dedicated to ingesting, storing, and querying your Prometheus-compatible metrics.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
-
getAlias
Description copied from interface:CfnAnomalyDetectorMixinPropsThe user-friendly name of the anomaly detector.- Specified by:
getAliasin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getConfiguration
Description copied from interface:CfnAnomalyDetectorMixinPropsThe algorithm configuration of the anomaly detector.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.AnomalyDetectorConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getEvaluationIntervalInSeconds
Description copied from interface:CfnAnomalyDetectorMixinPropsThe frequency, in seconds, at which the anomaly detector evaluates metrics.Default: - 60
- Specified by:
getEvaluationIntervalInSecondsin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getLabels
Description copied from interface:CfnAnomalyDetectorMixinPropsThe Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetectorPropsMixin.LabelProperty>- Specified by:
getLabelsin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getMissingDataAction
Description copied from interface:CfnAnomalyDetectorMixinPropsThe action taken when data is missing during evaluation.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.MissingDataActionProperty- Specified by:
getMissingDataActionin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getTags
Description copied from interface:CfnAnomalyDetectorMixinPropsThe tags applied to the anomaly detector.- Specified by:
getTagsin interfaceCfnAnomalyDetectorMixinProps- See Also:
-
getWorkspace
Description copied from interface:CfnAnomalyDetectorMixinPropsAn Amazon Managed Service for Prometheus workspace is a logical and isolated Prometheus server dedicated to ingesting, storing, and querying your Prometheus-compatible metrics.- Specified by:
getWorkspacein 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()
-