TaskSchedule

data class TaskSchedule(val scheduleExpression: String? = null, val status: TaskScheduleStatus? = null)

Specifies the schedule you want your task to use for repeated executions.

Constructors

Link copied to clipboard
constructor(scheduleExpression: String? = null, status: TaskScheduleStatus? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A cron expression that specifies when AWS DataSync initiates a scheduled transfer from a source to a destination location

Link copied to clipboard

Specifies status of a schedule.