libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

Description

 
Synopsis

Documentation

data DeltaTimeSessionWindowConfiguration Source #

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.

See: newDeltaTimeSessionWindowConfiguration smart constructor.

Constructors

DeltaTimeSessionWindowConfiguration' 

Fields

  • timeoutInMinutes :: Natural

    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.

Instances

Instances details
Eq DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

Read DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

Show DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

Generic DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

NFData DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

Hashable DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

ToJSON DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

FromJSON DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

type Rep DeltaTimeSessionWindowConfiguration Source # 
Instance details

Defined in Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration

type Rep DeltaTimeSessionWindowConfiguration = D1 ('MetaData "DeltaTimeSessionWindowConfiguration" "Amazonka.IoTAnalytics.Types.DeltaTimeSessionWindowConfiguration" "libZSservicesZSamazonka-iot-analyticsZSamazonka-iot-analytics" 'False) (C1 ('MetaCons "DeltaTimeSessionWindowConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "timeoutInMinutes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Natural)))

newDeltaTimeSessionWindowConfiguration Source #

Create a value of DeltaTimeSessionWindowConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:timeoutInMinutes:DeltaTimeSessionWindowConfiguration', deltaTimeSessionWindowConfiguration_timeoutInMinutes - 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.

deltaTimeSessionWindowConfiguration_timeoutInMinutes :: Lens' DeltaTimeSessionWindowConfiguration Natural Source #

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.