Interface CfnDatasetPropsMixin.DeltaTimeProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDatasetPropsMixin.DeltaTimeProperty.Jsii$Proxy
Enclosing class:
CfnDatasetPropsMixin

@Stability(Stable) public static interface CfnDatasetPropsMixin.DeltaTimeProperty extends software.amazon.jsii.JsiiSerializable
Used to limit data to that which has arrived since the last execution of the action.

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.*;
 DeltaTimeProperty deltaTimeProperty = DeltaTimeProperty.builder()
         .offsetSeconds(123)
         .timeExpression("timeExpression")
         .build();
 

See Also: