ScheduledActionArgs

constructor(dayOfMonth: Output<Int>? = null, daysOfWeeks: Output<List<String>>? = null, displayName: Output<String>? = null, emailAddressSender: Output<String>? = null, emailAddresses: Output<List<String>>? = null, emailSubject: Output<String>? = null, endDate: Output<String>? = null, frequency: Output<String>? = null, hourOfDay: Output<Int>? = null, message: Output<String>? = null, name: Output<String>? = null, startDate: Output<String>? = null, viewId: Output<String>? = null, weeksOfMonths: Output<List<String>>? = null)