Job Schedule Args
data class JobScheduleArgs(val enabled: Output<Boolean>? = null, val endTime: Output<String>? = null, val interval: Output<String>? = null, val startTime: Output<String>? = null, val type: Output<JobScheduleType>? = null) : ConvertibleToJava<JobScheduleArgs>
Scheduling properties of a job.
Constructors
Link copied to clipboard
constructor(enabled: Output<Boolean>? = null, endTime: Output<String>? = null, interval: Output<String>? = null, startTime: Output<String>? = null, type: Output<JobScheduleType>? = null)