AWS::ComputeOptimizer::AutomationRule Schedule - 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::ComputeOptimizer::AutomationRule Schedule

Configuration for scheduling when automation rules should execute, including timing and execution windows.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ExecutionWindowInMinutes" : Integer, "ScheduleExpression" : String, "ScheduleExpressionTimezone" : String }

Properties

ExecutionWindowInMinutes

The time window in minutes during which the automation rule can start implementing recommended actions.

Required: No

Type: Integer

Minimum: 60

Maximum: 1440

Update requires: No interruption

ScheduleExpression

The expression that defines when the schedule runs. cron expression is supported. A cron expression consists of six fields separated by white spaces: (minuteshoursday_of_monthmonthday_of_weekyear)

Note

You can schedule rules to run at most once per day. Your cron expression must use specific values (not wildcards) for the minutes and hours fields. For example: (30 12 * * *) runs daily at 12:30 PM UTC.

Required: No

Type: String

Update requires: No interruption

ScheduleExpressionTimezone

The timezone to use when interpreting the schedule expression.

Required: No

Type: String

Update requires: No interruption