Schedule
Configuration for scheduling when automation rules should execute, including timing and execution windows.
Contents
- executionWindowInMinutes
-
The time window in minutes during which the automation rule can start implementing recommended actions.
Type: Integer
Valid Range: Minimum value of 60. Maximum value of 1440.
Required: No
- 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.Type: String
Required: No
- scheduleExpressionTimezone
-
The timezone to use when interpreting the schedule expression.
Type: String
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: