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 AWS 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.

Minimum: 1

Maximum: 1440

Required: No

Type: Double

Update requires: No interruption

Mode

Determines whether the schedule is invoked within a flexible time window.

Allowed Values: OFF | FLEXIBLE

Required: Yes

Type: String

Update requires: No interruption