Show / Hide Table of Contents

Interface CfnDataset.ILateDataRuleConfigurationProperty

The information needed to configure a delta time session window.

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iotanalytics-dataset-latedataruleconfiguration.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.AWS.IoTAnalytics;

LateDataRuleConfigurationProperty lateDataRuleConfigurationProperty = new LateDataRuleConfigurationProperty {
    DeltaTimeSessionWindowConfiguration = new DeltaTimeSessionWindowConfigurationProperty {
        TimeoutInMinutes = 123
    }
};

Synopsis

Properties

DeltaTimeSessionWindowConfiguration

The information needed to configure a delta time session window.

Properties

DeltaTimeSessionWindowConfiguration

The information needed to configure a delta time session window.

virtual object DeltaTimeSessionWindowConfiguration { get; }
Property Value

System.Object

Remarks

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

Back to top Generated by DocFX