TaskScheduleArgs

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

Constructors

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

Properties

Link copied to clipboard

Specifies the schedule you want your task to use for repeated executions. For more information, see Schedule Expressions for Rules.

Functions

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