data class ScheduleArgs(val effectiveFrom: Output<String>? = null, val effectiveUntil: Output<String>? = null, val recurrences: Output<List<Any>>? = null, val timeZone: Output<String>? = null) :
ConvertibleToJava<ScheduleArgs> Scheduling configuration for a given alert processing rule.