AlertScheduleArgs

constructor(cronExpression: Output<String>? = null, dayOfWeek: Output<Int>? = null, delay: Output<Int>? = null, hour: Output<Int>? = null, interval: Output<String>? = null, runImmediately: Output<Boolean>? = null, timeZone: Output<String>? = null, type: Output<String>)