Interface CfnCrawler.ScheduleProperty

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

@Stability(Stable) public static interface CfnCrawler.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
A scheduling object using a cron statement to schedule an event.

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.glue.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .scheduleExpression("scheduleExpression")
         .build();
 

See Also: