Interface CfnSchedulePropsMixin.FlexibleTimeWindowProperty

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

@Stability(Stable) public static interface CfnSchedulePropsMixin.FlexibleTimeWindowProperty extends software.amazon.jsii.JsiiSerializable
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.

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.scheduler.*;
 FlexibleTimeWindowProperty flexibleTimeWindowProperty = FlexibleTimeWindowProperty.builder()
         .maximumWindowInMinutes(123)
         .mode("mode")
         .build();
 

See Also: