Weekly Retention Schedule Args
data class WeeklyRetentionScheduleArgs(val daysOfTheWeek: Output<List<DayOfWeek>>? = null, val retentionDuration: Output<RetentionDurationArgs>? = null, val retentionTimes: Output<List<String>>? = null) : ConvertibleToJava<WeeklyRetentionScheduleArgs>
Weekly retention schedule.
Constructors
Link copied to clipboard
constructor(daysOfTheWeek: Output<List<DayOfWeek>>? = null, retentionDuration: Output<RetentionDurationArgs>? = null, retentionTimes: Output<List<String>>? = null)