Interface CfnScheduledQuery.ScheduleConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnScheduledQuery.ScheduleConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnScheduledQuery

@Stability(Stable) public static interface CfnScheduledQuery.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.services.timestream.*;
 ScheduleConfigurationProperty scheduleConfigurationProperty = ScheduleConfigurationProperty.builder()
         .scheduleExpression("scheduleExpression")
         .build();
 

See Also: