AWS::Scheduler::Schedule FlexibleTimeWindow - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

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