AWS::Scheduler::Schedule FlexibleTimeWindow - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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" : Number, "Mode" : String }

YAML

MaximumWindowInMinutes: Number Mode: String

Properties

MaximumWindowInMinutes

The maximum time window during which a schedule can be invoked.

Minimum: 1

Maximum: 1440

Required: No

Type: Number

Minimum: 1

Maximum: 1440

Update requires: No interruption

Mode

Determines whether the schedule is invoked within a flexible time window. You must use quotation marks when you specify this value in your JSON or YAML template.

Allowed Values: "OFF" | "FLEXIBLE"

Required: Yes

Type: String

Allowed values: OFF | FLEXIBLE

Update requires: No interruption