AWS::IoTAnalytics::Dataset DeltaTimeSessionWindowConfiguration - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IoTAnalytics::Dataset DeltaTimeSessionWindowConfiguration

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 Amazon IoT Analytics User Guide.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "TimeoutInMinutes" : Integer }

YAML

TimeoutInMinutes: Integer

Properties

TimeoutInMinutes

A time interval. You can use timeoutInMinutes so that Amazon IoT Analytics can batch up late data notifications that have been generated since the last execution. Amazon 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.

Required: Yes

Type: Integer

Minimum: 1

Maximum: 60

Update requires: No interruption