AssetModelTumblingWindowArgs

data class AssetModelTumblingWindowArgs(val interval: Output<String>, val offset: Output<String>? = null) : ConvertibleToJava<AssetModelTumblingWindowArgs>

Contains a tumbling window, which is a repeating fixed-sized, non-overlapping, and contiguous time interval. This window is used in metric and aggregation computations.

Constructors

Link copied to clipboard
constructor(interval: Output<String>, offset: Output<String>? = null)

Properties

Link copied to clipboard
val interval: Output<String>

The time interval for the tumbling window. The interval time must be between 1 minute and 1 week. 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.

Link copied to clipboard
val offset: Output<String>? = null

The offset for the tumbling window. The offset parameter accepts the following:

Functions

Link copied to clipboard
open override fun toJava(): AssetModelTumblingWindowArgs