DatasetDeltaTimeSessionWindowConfigurationArgs

data class DatasetDeltaTimeSessionWindowConfigurationArgs(val timeoutInMinutes: Output<Int>) : ConvertibleToJava<DatasetDeltaTimeSessionWindowConfigurationArgs>

Constructors

constructor(timeoutInMinutes: Output<Int>)

Properties

Link copied to clipboard
val timeoutInMinutes: Output<Int>

A time interval. You can use timeoutInMinutes so that AWS IoT Analytics can batch up late data notifications that have been generated since the last execution. AWS IoT Analytics sends one batch of notifications to Amazon CloudWatch Events at one time. For more information about how to write a timestamp expression, see Date and Time Functions and Operators , in the Presto 0.172 Documentation .

Functions

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