public static final class CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAnomalyDetector.MetricSetProperty
CfnAnomalyDetector.MetricSetProperty
CfnAnomalyDetector.MetricSetProperty.Builder, CfnAnomalyDetector.MetricSetProperty.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.util.List<java.lang.String> |
getDimensionList()
A list of the fields you want to treat as dimensions.
|
java.lang.Object |
getMetricList()
A list of metrics that the dataset will contain.
|
java.lang.String |
getMetricSetDescription()
A description of the dataset you are creating.
|
java.lang.String |
getMetricSetFrequency()
The frequency with which the source data will be analyzed for anomalies.
|
java.lang.String |
getMetricSetName()
The name of the dataset.
|
java.lang.Object |
getMetricSource()
Contains information about how the source data should be interpreted.
|
java.lang.Number |
getOffset()
After an interval ends, the amount of seconds that the detector waits before importing data.
|
java.lang.Object |
getTimestampColumn()
Contains information about the column used for tracking time in your source data.
|
java.lang.String |
getTimezone()
The time zone in which your source data was recorded.
|
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 getMetricList()
CfnAnomalyDetector.MetricSetProperty
getMetricList
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.String getMetricSetName()
CfnAnomalyDetector.MetricSetProperty
getMetricSetName
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.Object getMetricSource()
CfnAnomalyDetector.MetricSetProperty
getMetricSource
in interface CfnAnomalyDetector.MetricSetProperty
public final java.util.List<java.lang.String> getDimensionList()
CfnAnomalyDetector.MetricSetProperty
getDimensionList
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.String getMetricSetDescription()
CfnAnomalyDetector.MetricSetProperty
getMetricSetDescription
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.String getMetricSetFrequency()
CfnAnomalyDetector.MetricSetProperty
getMetricSetFrequency
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.Number getOffset()
CfnAnomalyDetector.MetricSetProperty
Offset is only supported for S3, Redshift, Athena and datasources.
getOffset
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.Object getTimestampColumn()
CfnAnomalyDetector.MetricSetProperty
getTimestampColumn
in interface CfnAnomalyDetector.MetricSetProperty
public final java.lang.String getTimezone()
CfnAnomalyDetector.MetricSetProperty
getTimezone
in interface CfnAnomalyDetector.MetricSetProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()