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}
YAML
ExecutionWindowInMinutes:IntegerScheduleExpression:StringScheduleExpressionTimezone:String
Properties
ExecutionWindowInMinutes-
The time window in minutes during which the automation rule can start implementing recommended actions.
Required: No
Type: Integer
Minimum:
60Maximum:
1440Update requires: No interruption
ScheduleExpression-
The expression that defines when the schedule runs.
cronexpression is supported. Acronexpression 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