Interface CfnDataset.DeltaTimeSessionWindowConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataset.DeltaTimeSessionWindowConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnDataset
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 .
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iotanalytics.*;
DeltaTimeSessionWindowConfigurationProperty deltaTimeSessionWindowConfigurationProperty = DeltaTimeSessionWindowConfigurationProperty.builder()
.timeoutInMinutes(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataset.DeltaTimeSessionWindowConfigurationPropertystatic final classAn implementation forCfnDataset.DeltaTimeSessionWindowConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTimeoutInMinutes
A time interval.You can use
timeoutInMinutesso 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 Also:
-
builder
-