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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.MetricSetProperty
CfnAnomalyDetector.MetricSetProperty.Builder, CfnAnomalyDetector.MetricSetProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.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 theCfnAnomalyDetector.MetricSetProperty.Builder. 
 - 
 - 
Method Details
- 
getMetricList
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyA list of metrics that the dataset will contain.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnAnomalyDetector.MetricProperty>- Specified by:
 getMetricListin interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getMetricSetName
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyThe name of the dataset.- Specified by:
 getMetricSetNamein interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getMetricSource
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyContains information about how the source data should be interpreted.Returns union: either
IResolvableorCfnAnomalyDetector.MetricSourceProperty- Specified by:
 getMetricSourcein interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getDimensionList
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyA list of the fields you want to treat as dimensions.- Specified by:
 getDimensionListin interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getMetricSetDescription
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyA description of the dataset you are creating.- Specified by:
 getMetricSetDescriptionin interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getMetricSetFrequency
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyThe frequency with which the source data will be analyzed for anomalies.- Specified by:
 getMetricSetFrequencyin interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getOffset
Description copied from interface:CfnAnomalyDetector.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 interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getTimestampColumn
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyContains information about the column used for tracking time in your source data.Returns union: either
IResolvableorCfnAnomalyDetector.TimestampColumnProperty- Specified by:
 getTimestampColumnin interfaceCfnAnomalyDetector.MetricSetProperty- See Also:
 
 - 
getTimezone
Description copied from interface:CfnAnomalyDetector.MetricSetPropertyThe time zone in which your source data was recorded.- Specified by:
 getTimezonein interfaceCfnAnomalyDetector.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() 
 -