@Stability(value=Stable)
public static interface CfnDataset.ScheduleProperty
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.*;
ScheduleProperty scheduleProperty = ScheduleProperty.builder()
.scheduleExpression("scheduleExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDataset.ScheduleProperty.Builder
A builder for
CfnDataset.ScheduleProperty |
static class |
CfnDataset.ScheduleProperty.Jsii$Proxy
An implementation for
CfnDataset.ScheduleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDataset.ScheduleProperty.Builder |
builder() |
String |
getScheduleExpression()
The expression that defines when to trigger an update.
|
@Stability(value=Stable) @NotNull String getScheduleExpression()
For more information, see Schedule Expressions for Rules in the Amazon CloudWatch documentation.
@Stability(value=Stable) static CfnDataset.ScheduleProperty.Builder builder()
Copyright © 2022. All rights reserved.