Monthly Retention Schedule Args
data class MonthlyRetentionScheduleArgs(val retentionDuration: Output<RetentionDurationArgs>? = null, val retentionScheduleDaily: Output<DailyRetentionFormatArgs>? = null, val retentionScheduleFormatType: Output<Either<String, RetentionScheduleFormat>>? = null, val retentionScheduleWeekly: Output<WeeklyRetentionFormatArgs>? = null, val retentionTimes: Output<List<String>>? = null) : ConvertibleToJava<MonthlyRetentionScheduleArgs>
Monthly retention schedule.
Constructors
Link copied to clipboard
fun MonthlyRetentionScheduleArgs(retentionDuration: Output<RetentionDurationArgs>? = null, retentionScheduleDaily: Output<DailyRetentionFormatArgs>? = null, retentionScheduleFormatType: Output<Either<String, RetentionScheduleFormat>>? = null, retentionScheduleWeekly: Output<WeeklyRetentionFormatArgs>? = null, retentionTimes: Output<List<String>>? = null)