public static final class CfnAnomalyDetectorProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetectorProps
CfnAnomalyDetectorProps
CfnAnomalyDetectorProps.Builder, CfnAnomalyDetectorProps.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.Object |
getAnomalyDetectorConfig()
Contains information about the configuration of the anomaly detector.
|
java.lang.String |
getAnomalyDetectorDescription()
A description of the detector.
|
java.lang.String |
getAnomalyDetectorName()
The name of the detector.
|
java.lang.String |
getKmsKeyArn()
The ARN of the KMS key to use to encrypt your data.
|
java.lang.Object |
getMetricSetList()
The detector's dataset.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getAnomalyDetectorConfig()
CfnAnomalyDetectorProps
getAnomalyDetectorConfig
in interface CfnAnomalyDetectorProps
public final java.lang.Object getMetricSetList()
CfnAnomalyDetectorProps
getMetricSetList
in interface CfnAnomalyDetectorProps
public final java.lang.String getAnomalyDetectorDescription()
CfnAnomalyDetectorProps
getAnomalyDetectorDescription
in interface CfnAnomalyDetectorProps
public final java.lang.String getAnomalyDetectorName()
CfnAnomalyDetectorProps
getAnomalyDetectorName
in interface CfnAnomalyDetectorProps
public final java.lang.String getKmsKeyArn()
CfnAnomalyDetectorProps
getKmsKeyArn
in interface CfnAnomalyDetectorProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()