DailyRetentionFormatArgs

data class DailyRetentionFormatArgs(val daysOfTheMonth: Output<List<DayArgs>>? = null) : ConvertibleToJava<DailyRetentionFormatArgs>

Daily retention format.

Constructors

Link copied to clipboard
constructor(daysOfTheMonth: Output<List<DayArgs>>? = null)

Properties

Link copied to clipboard
val daysOfTheMonth: Output<List<DayArgs>>? = null

List of days of the month.

Functions

Link copied to clipboard
open override fun toJava(): DailyRetentionFormatArgs