Maintenance Window Args
constructor(allowUnassociatedTargets: Output<Boolean>? = null, cutoff: Output<Int>? = null, description: Output<String>? = null, duration: Output<Int>? = null, enabled: Output<Boolean>? = null, endDate: Output<String>? = null, name: Output<String>? = null, schedule: Output<String>? = null, scheduleOffset: Output<Int>? = null, scheduleTimezone: Output<String>? = null, startDate: Output<String>? = null, tags: Output<Map<String, String>>? = null)