Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DeltaTimeSessionWindowConfiguration

import type { DeltaTimeSessionWindowConfiguration } from "https://aws-api.deno.dev/v0.3/services/iotanalytics.ts?docs=full";

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

DeltaTime 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.

interface DeltaTimeSessionWindowConfiguration {
timeoutInMinutes: number;
}

§Properties

§
timeoutInMinutes: number
[src]

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, in the Presto 0.172 Documentation.