Class CfnAnomalyDetectorProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.aps.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.aps.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 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 theCfnAnomalyDetectorProps.Builder.
-
-
Method Details
-
getAlias
Description copied from interface:CfnAnomalyDetectorPropsThe user-friendly name of the anomaly detector.- Specified by:
getAliasin interfaceCfnAnomalyDetectorProps- See Also:
-
getConfiguration
Description copied from interface:CfnAnomalyDetectorPropsThe algorithm configuration of the anomaly detector.Returns union: either
IResolvableorCfnAnomalyDetector.AnomalyDetectorConfigurationProperty- Specified by:
getConfigurationin interfaceCfnAnomalyDetectorProps- See Also:
-
getWorkspace
Description copied from interface:CfnAnomalyDetectorPropsAn 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 interfaceCfnAnomalyDetectorProps- See Also:
-
getEvaluationIntervalInSeconds
Description copied from interface:CfnAnomalyDetectorPropsThe frequency, in seconds, at which the anomaly detector evaluates metrics.Default: - 60
- Specified by:
getEvaluationIntervalInSecondsin interfaceCfnAnomalyDetectorProps- See Also:
-
getLabels
Description copied from interface:CfnAnomalyDetectorPropsThe Amazon Managed Service for Prometheus metric labels associated with the anomaly detector.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetector.LabelProperty>- Specified by:
getLabelsin interfaceCfnAnomalyDetectorProps- See Also:
-
getMissingDataAction
Description copied from interface:CfnAnomalyDetectorPropsThe action taken when data is missing during evaluation.Returns union: either
IResolvableorCfnAnomalyDetector.MissingDataActionProperty- Specified by:
getMissingDataActionin interfaceCfnAnomalyDetectorProps- See Also:
-
getTags
Description copied from interface:CfnAnomalyDetectorPropsThe tags applied to the anomaly detector.- Specified by:
getTagsin 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()
-