AWS::Scheduler::Schedule FlexibleTimeWindow
Allows you to configure a time window during which EventBridge Scheduler invokes the schedule.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "MaximumWindowInMinutes" :Double, "Mode" :String}
YAML
MaximumWindowInMinutes:DoubleMode:String
Properties
MaximumWindowInMinutes-
The maximum time window during which a schedule can be invoked.
Minimum:
1Maximum:
1440Required: No
Type: Double
Update requires: No interruption
Mode-
Determines whether the schedule is invoked within a flexible time window.
Allowed Values:
OFF|FLEXIBLERequired: Yes
Type: String
Update requires: No interruption