Show / Hide Table of Contents

Class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty

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

Inheritance
object
CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty
Implements
CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IoTAnalytics
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty : CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Syntax (vb)
Public Class CfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty Implements 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

Constructors

DeltaTimeSessionWindowConfigurationProperty()

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

Properties

TimeoutInMinutes

A time interval.

Constructors

DeltaTimeSessionWindowConfigurationProperty()

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

public DeltaTimeSessionWindowConfigurationProperty()
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
             };

Properties

TimeoutInMinutes

A time interval.

public double? TimeoutInMinutes { get; set; }
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

Implements

CfnDatasetPropsMixin.IDeltaTimeSessionWindowConfigurationProperty
Back to top Generated by DocFX