TaskScheduleArgs

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

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

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