Interface CfnDatasetPropsMixin.LateDataRuleConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDatasetPropsMixin.LateDataRuleConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDatasetPropsMixin
@Stability(Stable)
public static interface CfnDatasetPropsMixin.LateDataRuleConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
The information needed to configure a delta time session window.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iotanalytics.*;
LateDataRuleConfigurationProperty lateDataRuleConfigurationProperty = LateDataRuleConfigurationProperty.builder()
.deltaTimeSessionWindowConfiguration(DeltaTimeSessionWindowConfigurationProperty.builder()
.timeoutInMinutes(123)
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDatasetPropsMixin.LateDataRuleConfigurationPropertystatic final classAn implementation forCfnDatasetPropsMixin.LateDataRuleConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDeltaTimeSessionWindowConfiguration
The information needed to configure a delta time session window.Returns union: either
IResolvableorCfnDatasetPropsMixin.DeltaTimeSessionWindowConfigurationProperty- See Also:
-
builder
-