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:
Double
Mode:String
Properties
MaximumWindowInMinutes
-
The maximum time window during which a schedule can be invoked.
Required: No
Type: Double
Update requires: No interruption
Mode
-
Determines whether the schedule is invoked within a flexible time window.
Required: Yes
Type: String
Update requires: No interruption