TaskScheduleArgs

data class TaskScheduleArgs(val scheduleExpression: Output<String>? = null, val status: Output<TaskScheduleStatus>? = null) : ConvertibleToJava<TaskScheduleArgs>

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

Constructors

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

Properties

Link copied to clipboard
val scheduleExpression: Output<String>? = null

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

Link copied to clipboard
val status: Output<TaskScheduleStatus>? = null

Specifies status of a schedule.

Functions

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