Class CfnAnomalyDetectorPropsMixin.MetricSetProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.lookoutmetrics.CfnAnomalyDetectorPropsMixin.MetricSetProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetectorPropsMixin.MetricSetProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetectorPropsMixin.MetricSetProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetectorPropsMixin.MetricSetProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetectorPropsMixin.MetricSetProperty
An implementation for
CfnAnomalyDetectorPropsMixin.MetricSetProperty-
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.lookoutmetrics.CfnAnomalyDetectorPropsMixin.MetricSetProperty
CfnAnomalyDetectorPropsMixin.MetricSetProperty.Builder, CfnAnomalyDetectorPropsMixin.MetricSetProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetectorPropsMixin.MetricSetProperty.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 booleanA list of the fields you want to treat as dimensions.final ObjectA list of metrics that the dataset will contain.final StringA description of the dataset you are creating.final StringThe frequency with which the source data will be analyzed for anomalies.final StringThe name of the dataset.final ObjectContains information about how the source data should be interpreted.final NumberAfter an interval ends, the amount of seconds that the detector waits before importing data.final ObjectContains information about the column used for tracking time in your source data.final StringThe time zone in which your source data was recorded.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 theCfnAnomalyDetectorPropsMixin.MetricSetProperty.Builder.
-
-
Method Details
-
getDimensionList
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyA list of the fields you want to treat as dimensions.- Specified by:
getDimensionListin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getMetricList
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyA list of metrics that the dataset will contain.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetectorPropsMixin.MetricProperty>- Specified by:
getMetricListin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getMetricSetDescription
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyA description of the dataset you are creating.- Specified by:
getMetricSetDescriptionin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getMetricSetFrequency
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyThe frequency with which the source data will be analyzed for anomalies.- Specified by:
getMetricSetFrequencyin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getMetricSetName
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyThe name of the dataset.- Specified by:
getMetricSetNamein interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getMetricSource
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyContains information about how the source data should be interpreted.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.MetricSourceProperty- Specified by:
getMetricSourcein interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getOffset
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyAfter 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:
getOffsetin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getTimestampColumn
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyContains information about the column used for tracking time in your source data.Returns union: either
IResolvableorCfnAnomalyDetectorPropsMixin.TimestampColumnProperty- Specified by:
getTimestampColumnin interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- See Also:
-
getTimezone
Description copied from interface:CfnAnomalyDetectorPropsMixin.MetricSetPropertyThe time zone in which your source data was recorded.- Specified by:
getTimezonein interfaceCfnAnomalyDetectorPropsMixin.MetricSetProperty- 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()
-