JobScheduleArgs

constructor(enabled: Output<Boolean>? = null, endTime: Output<String>? = null, interval: Output<String>? = null, startTime: Output<String>? = null, type: Output<JobScheduleType>? = null)