ApiAwsDataSyncTaskSchedule Data Model

Schedule to be used for the AWS DataSync task. Equivalent of com.amazonaws.services.datasync.model.TaskSchedule, but might not contain every possible option.

Properties
name data type description
scheduleExpression string Specifies the task schedule by using a cron expression in UTC time. For information about cron expression syntax, see the Amazon EventBridge User Guide .

DEFAULT: null

Example

{
  "scheduleExpression" : "..."
}