data class ActionRuleSuppressionSuppressionScheduleArgs(val endDateUtc: Output<String>, val recurrenceMonthlies: Output<List<Int>>? = null, val recurrenceWeeklies: Output<List<String>>? = null, val startDateUtc: Output<String>) : ConvertibleToJava<ActionRuleSuppressionSuppressionScheduleArgs>