Interface CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnScheduledQueryPropsMixin
@Stability(Stable)
public static interface CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Configuration of the schedule of the query.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.timestream.*;
ScheduleConfigurationProperty scheduleConfigurationProperty = ScheduleConfigurationProperty.builder()
.scheduleExpression("scheduleExpression")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnScheduledQueryPropsMixin.ScheduleConfigurationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getScheduleExpression
An expression that denotes when to trigger the scheduled query run.This can be a cron expression or a rate expression.
- See Also:
-
builder
@Stability(Stable) static CfnScheduledQueryPropsMixin.ScheduleConfigurationProperty.Builder builder()
-