AWS::DataSync::Task TaskSchedule
Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ScheduleExpression" :
String
}
YAML
ScheduleExpression:
String
Properties
ScheduleExpression
-
A cron expression that specifies when Amazon DataSync initiates a scheduled transfer from a source to a destination location.
Required: Yes
Type: String
Maximum:
256
Pattern:
^[a-zA-Z0-9\ \_\*\?\,\|\^\-\/\#\s\(\)\+]*$
Update requires: No interruption