Alert Schedule Args
data class AlertScheduleArgs(val cronExpression: Output<String>? = null, val dayOfWeek: Output<Int>? = null, val delay: Output<Int>? = null, val hour: Output<Int>? = null, val interval: Output<String>? = null, val runImmediately: Output<Boolean>? = null, val timeZone: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<AlertScheduleArgs>