@Stability(value=Stable)
public static interface CfnScheduledQuery.ScheduleConfigurationProperty
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.timestream.*;
ScheduleConfigurationProperty scheduleConfigurationProperty = ScheduleConfigurationProperty.builder()
.scheduleExpression("scheduleExpression")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnScheduledQuery.ScheduleConfigurationProperty.Builder
A builder for
CfnScheduledQuery.ScheduleConfigurationProperty |
static class |
CfnScheduledQuery.ScheduleConfigurationProperty.Jsii$Proxy
An implementation for
CfnScheduledQuery.ScheduleConfigurationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnScheduledQuery.ScheduleConfigurationProperty.Builder |
builder() |
String |
getScheduleExpression()
An expression that denotes when to trigger the scheduled query run.
|
@Stability(value=Stable) @NotNull String getScheduleExpression()
This can be a cron expression or a rate expression.
@Stability(value=Stable) static CfnScheduledQuery.ScheduleConfigurationProperty.Builder builder()
Copyright © 2022. All rights reserved.