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: