AWS::DataSync::Task TaskSchedule - 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).

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