CronJobSpecPatchArgs

constructor(concurrencyPolicy: Output<String>? = null, failedJobsHistoryLimit: Output<Int>? = null, jobTemplate: Output<JobTemplateSpecPatchArgs>? = null, schedule: Output<String>? = null, startingDeadlineSeconds: Output<Int>? = null, successfulJobsHistoryLimit: Output<Int>? = null, suspend: Output<Boolean>? = null)