@Stability(value=Stable) @Internal public static final class CfnAssetModel.TumblingWindowProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnAssetModel.TumblingWindowProperty
CfnAssetModel.TumblingWindowPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnAssetModel.TumblingWindowProperty.Builder, CfnAssetModel.TumblingWindowProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnAssetModel.TumblingWindowProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnAssetModel.AssetModelCompositeModelProperty.Builder. |
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(Object o) |
String |
getInterval()
The time interval for the tumbling window.
|
String |
getOffset()
The offset for the tumbling window.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnAssetModel.TumblingWindowProperty.Builder builder)
CfnAssetModel.AssetModelCompositeModelProperty.Builder.public final String getInterval()
CfnAssetModel.TumblingWindowProperty
AWS IoT SiteWise computes the 1w interval the end of Sunday at midnight each week (UTC), the 1d interval at the end of each day at midnight (UTC), the 1h interval at the end of each hour, and so on.
When AWS IoT SiteWise aggregates data points for metric computations, the start of each interval is exclusive and the end of each interval is inclusive. AWS IoT SiteWise places the computed data point at the end of the interval.
getInterval in interface CfnAssetModel.TumblingWindowPropertypublic final String getOffset()
CfnAssetModel.TumblingWindowProperty
For example, if you specify 18h for offset and 1d for interval , AWS IoT SiteWise aggregates data in one of the following ways:
For example, if you specify PT18H for offset and 1d for interval , AWS IoT SiteWise aggregates data in one of the following ways:
For example, if you specify 00:03:00 for offset , 5m for interval , and you create the metric at 2 PM (UTC), you get the first aggregation result at 2:03 PM (UTC). You get the second aggregation result at 2:08 PM (UTC).
For example, if you specify 2021-07-23T18:00-08 for offset and 1d for interval , AWS IoT SiteWise aggregates data in one of the following ways:
getOffset in interface CfnAssetModel.TumblingWindowProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.