TaskScheduleArgs

data class TaskScheduleArgs(val scheduleExpression: Output<String>) : ConvertibleToJava<TaskScheduleArgs>

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

Constructors

Link copied to clipboard
fun TaskScheduleArgs(scheduleExpression: Output<String>)

Functions

Link copied to clipboard
open override fun toJava(): TaskScheduleArgs

Properties

Link copied to clipboard

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