Alert Processing Rule Action Group Schedule Recurrence Monthly Args
data class AlertProcessingRuleActionGroupScheduleRecurrenceMonthlyArgs(val daysOfMonths: Output<List<Int>>, val endTime: Output<String>? = null, val startTime: Output<String>? = null) : ConvertibleToJava<AlertProcessingRuleActionGroupScheduleRecurrenceMonthlyArgs>
Constructors
Link copied to clipboard
fun AlertProcessingRuleActionGroupScheduleRecurrenceMonthlyArgs(daysOfMonths: Output<List<Int>>, endTime: Output<String>? = null, startTime: Output<String>? = null)