Software Update Configuration Schedule Args
constructor(advancedMonthDays: Output<List<Int>>? = null, advancedWeekDays: Output<List<String>>? = null, creationTime: Output<String>? = null, description: Output<String>? = null, expiryTime: Output<String>? = null, expiryTimeOffsetMinutes: Output<Double>? = null, frequency: Output<String>, interval: Output<Int>? = null, isEnabled: Output<Boolean>? = null, lastModifiedTime: Output<String>? = null, monthlyOccurrence: Output<SoftwareUpdateConfigurationScheduleMonthlyOccurrenceArgs>? = null, nextRun: Output<String>? = null, nextRunOffsetMinutes: Output<Double>? = null, startTime: Output<String>? = null, startTimeOffsetMinutes: Output<Double>? = null, timeZone: Output<String>? = null)