@Stability(value=Stable)
public static interface CfnDataset.LateDataRuleProperty
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.*;
LateDataRuleProperty lateDataRuleProperty = LateDataRuleProperty.builder()
.ruleConfiguration(LateDataRuleConfigurationProperty.builder()
.deltaTimeSessionWindowConfiguration(DeltaTimeSessionWindowConfigurationProperty.builder()
.timeoutInMinutes(123)
.build())
.build())
// the properties below are optional
.ruleName("ruleName")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.LateDataRuleProperty.Builder
A builder for
CfnDataset.LateDataRuleProperty |
static class |
CfnDataset.LateDataRuleProperty.Jsii$Proxy
An implementation for
CfnDataset.LateDataRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.LateDataRuleProperty.Builder |
builder() |
Object |
getRuleConfiguration()
The information needed to configure the late data rule.
|
default String |
getRuleName()
The name of the late data rule.
|
@Stability(value=Stable) @NotNull Object getRuleConfiguration()
@Stability(value=Stable) @Nullable default String getRuleName()
@Stability(value=Stable) static CfnDataset.LateDataRuleProperty.Builder builder()
Copyright © 2022. All rights reserved.