Show / Hide Table of Contents

Interface CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty

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

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Syntax (vb)
Public Interface CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Remarks

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 ITA User Guide .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-deltatimesessionwindowconfiguration.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics;

             var deltaTimeSessionWindowConfigurationProperty = new DeltaTimeSessionWindowConfigurationProperty {
                 TimeoutInMinutes = 123
             };

Synopsis

Properties

TimeoutInMinutes

A time interval.

Properties

TimeoutInMinutes

A time interval.

double? TimeoutInMinutes { get; }
Property Value

double?

Remarks

You can use timeoutInMinutes so that ITA can batch up late data notifications that have been generated since the last execution. ITA 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 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-deltatimesessionwindowconfiguration.html#cfn-iotanalytics-dataset-deltatimesessionwindowconfiguration-timeoutinminutes

Back to top Generated by DocFX