Interface CfnTrigger.ScheduleProperty

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

@Stability(Stable) public static interface CfnTrigger.ScheduleProperty extends software.amazon.jsii.JsiiSerializable
Schedule configuration for a time-based trigger.

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

See Also: