Interface CfnTriggerPropsMixin.ScheduleProperty

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

@Stability(Stable) public static interface CfnTriggerPropsMixin.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.cfnpropertymixins.services.devopsagent.*;
 ScheduleProperty scheduleProperty = ScheduleProperty.builder()
         .expression("expression")
         .build();
 

See Also: