ScheduleArgs

data class ScheduleArgs(val name: Output<String>? = null, val policyList: Output<List<String>>? = null) : ConvertibleToJava<ScheduleArgs>

Schedule for the job run.

Constructors

Link copied to clipboard
constructor(name: Output<String>? = null, policyList: Output<List<String>>? = null)

Properties

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

Name of the schedule.

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

A list of repetition intervals in ISO 8601 format.

Functions

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