Classification Job Schedule Frequency Args
data class ClassificationJobScheduleFrequencyArgs(val dailySchedule: Output<Boolean>? = null, val monthlySchedule: Output<Int>? = null, val weeklySchedule: Output<String>? = null) : ConvertibleToJava<ClassificationJobScheduleFrequencyArgs>
Properties
Link copied to clipboard
Specifies a daily recurrence pattern for running the job.
Link copied to clipboard
Specifies a monthly recurrence pattern for running the job. The s3_job_definition
object supports the following:
Link copied to clipboard
Specifies a weekly recurrence pattern for running the job.