@Stability(value=Stable)
public static interface CfnDataset.FilterProperty
extends software.amazon.jsii.JsiiSerializable
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.*;
FilterProperty filterProperty = FilterProperty.builder()
.deltaTime(DeltaTimeProperty.builder()
.offsetSeconds(123)
.timeExpression("timeExpression")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.FilterProperty.Builder
A builder for
CfnDataset.FilterProperty |
static class |
CfnDataset.FilterProperty.Jsii$Proxy
An implementation for
CfnDataset.FilterProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.FilterProperty.Builder |
builder() |
default Object |
getDeltaTime()
Used to limit data to that which has arrived since the last execution of the action.
|
@Stability(value=Stable) @Nullable default Object getDeltaTime()
@Stability(value=Stable) static CfnDataset.FilterProperty.Builder builder()
CfnDataset.FilterProperty.Builder of CfnDataset.FilterPropertyCopyright © 2022. All rights reserved.