Schedule Based Backup Criteria Args
constructor(absoluteCriteria: Output<List<Either<String, AbsoluteMarker>>>? = null, daysOfMonth: Output<List<DayArgs>>? = null, daysOfTheWeek: Output<List<Either<String, DayOfWeek>>>? = null, monthsOfYear: Output<List<Either<String, Month>>>? = null, objectType: Output<String>, scheduleTimes: Output<List<String>>? = null, weeksOfTheMonth: Output<List<Either<String, WeekNumber>>>? = null)