class Aws::IoTAnalytics::Types::DeltaTimeSessionWindowConfiguration

A structure that contains the configuration information of a delta time session window.

`DeltaTime` ][1

specifies a time interval. You can use `DeltaTime`

to create dataset contents with data that has arrived in the data store since the last execution. For an example of `DeltaTime`, see [ Creating a SQL dataset with a delta window (CLI)] in the *IoT Analytics User Guide*.

[1]: docs.aws.amazon.com/iotanalytics/latest/APIReference/API_DeltaTime.html [2]: docs.aws.amazon.com/iotanalytics/latest/userguide/automate-create-dataset.html#automate-example6

@note When making an API call, you may pass DeltaTimeSessionWindowConfiguration

data as a hash:

    {
      timeout_in_minutes: 1, # required
    }

@!attribute [rw] timeout_in_minutes

A time interval. You can use `timeoutInMinutes` so that IoT
Analytics can batch up late data notifications that have been
generated since the last execution. 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][1], in the *Presto 0.172
Documentation*.

[1]: https://prestodb.io/docs/0.172/functions/datetime.html
@return [Integer]

Constants

SENSITIVE