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

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon 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 Amazon 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