ClassificationJobScheduleFrequencyArgs

data class ClassificationJobScheduleFrequencyArgs(val dailySchedule: Output<Boolean>? = null, val monthlySchedule: Output<Int>? = null, val weeklySchedule: Output<String>? = null) : ConvertibleToJava<ClassificationJobScheduleFrequencyArgs>

Constructors

Link copied to clipboard
constructor(dailySchedule: Output<Boolean>? = null, monthlySchedule: Output<Int>? = null, weeklySchedule: Output<String>? = null)

Properties

Link copied to clipboard
val dailySchedule: Output<Boolean>? = null

Specifies a daily recurrence pattern for running the job.

Link copied to clipboard
val monthlySchedule: Output<Int>? = null

Specifies a monthly recurrence pattern for running the job. The s3_job_definition object supports the following:

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

Specifies a weekly recurrence pattern for running the job.

Functions

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