schedule property
The schedule for this action. The following formats are supported:
-
At expressions -
"
at(yyyy-mm-ddThh:mm:ss)
" -
Rate expressions - "
rate(value unit)
" -
Cron expressions - "
cron(fields)
"
For rate expressions, value is a positive integer and unit is
minute
| minutes
| hour
|
hours
| day
| days
.
For more information about cron expressions, see Cron Expressions in the Amazon CloudWatch Events User Guide.
For examples of using these expressions, see Scheduled Scaling in the Application Auto Scaling User Guide.
Implementation
final String schedule;