Class CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.MetricSetProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetector.MetricSetProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.MetricSetProperty
An implementation for
CfnAnomalyDetector.MetricSetProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.MetricSetProperty
CfnAnomalyDetector.MetricSetProperty.Builder, CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricSetProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
A list of the fields you want to treat as dimensions.final Object
A list of metrics that the dataset will contain.final String
A description of the dataset you are creating.final String
The frequency with which the source data will be analyzed for anomalies.final String
The name of the dataset.final Object
Contains information about how the source data should be interpreted.final Number
After an interval ends, the amount of seconds that the detector waits before importing data.final Object
Contains information about the column used for tracking time in your source data.final String
The time zone in which your source data was recorded.final int
hashCode()
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 theCfnAnomalyDetector.MetricSetProperty.Builder
.
-
-
Method Details
-
getMetricList
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
A list of metrics that the dataset will contain.- Specified by:
getMetricList
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getMetricSetName
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
The name of the dataset.- Specified by:
getMetricSetName
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getMetricSource
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
Contains information about how the source data should be interpreted.- Specified by:
getMetricSource
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getDimensionList
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
A list of the fields you want to treat as dimensions.- Specified by:
getDimensionList
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getMetricSetDescription
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
A description of the dataset you are creating.- Specified by:
getMetricSetDescription
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getMetricSetFrequency
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
The frequency with which the source data will be analyzed for anomalies.- Specified by:
getMetricSetFrequency
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getOffset
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
After an interval ends, the amount of seconds that the detector waits before importing data.Offset is only supported for S3, Redshift, Athena and datasources.
- Specified by:
getOffset
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getTimestampColumn
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
Contains information about the column used for tracking time in your source data.- Specified by:
getTimestampColumn
in interfaceCfnAnomalyDetector.MetricSetProperty
-
getTimezone
Description copied from interface:CfnAnomalyDetector.MetricSetProperty
The time zone in which your source data was recorded.- Specified by:
getTimezone
in interfaceCfnAnomalyDetector.MetricSetProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-