@Stability(value=Stable)
public static interface CfnDataset.LateDataRuleConfigurationProperty
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.*;
LateDataRuleConfigurationProperty lateDataRuleConfigurationProperty = LateDataRuleConfigurationProperty.builder()
.deltaTimeSessionWindowConfiguration(DeltaTimeSessionWindowConfigurationProperty.builder()
.timeoutInMinutes(123)
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.LateDataRuleConfigurationProperty.Builder
A builder for
CfnDataset.LateDataRuleConfigurationProperty |
static class |
CfnDataset.LateDataRuleConfigurationProperty.Jsii$Proxy
An implementation for
CfnDataset.LateDataRuleConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.LateDataRuleConfigurationProperty.Builder |
builder() |
default Object |
getDeltaTimeSessionWindowConfiguration()
The information needed to configure a delta time session window.
|
@Stability(value=Stable) @Nullable default Object getDeltaTimeSessionWindowConfiguration()
@Stability(value=Stable) static CfnDataset.LateDataRuleConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.