PolicyFileShareRetentionWeeklyArgs

data class PolicyFileShareRetentionWeeklyArgs(val count: Output<Int>, val weekdays: Output<List<String>>) : ConvertibleToJava<PolicyFileShareRetentionWeeklyArgs>

Constructors

Link copied to clipboard
constructor(count: Output<Int>, weekdays: Output<List<String>>)

Properties

Link copied to clipboard
val count: Output<Int>

The number of daily backups to keep. Must be between 1 and 200 (inclusive)

Link copied to clipboard
val weekdays: Output<List<String>>

The weekday backups to retain. Must be one of Sunday, Monday, Tuesday, Wednesday, Thursday, Friday or Saturday.

Functions

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