ConfigurationBackupRetentionPolicyWeeklyScheduleRetentionDurationArgs

data class ConfigurationBackupRetentionPolicyWeeklyScheduleRetentionDurationArgs(val count: Output<Int>? = null, val durationType: Output<String>? = null) : ConvertibleToJava<ConfigurationBackupRetentionPolicyWeeklyScheduleRetentionDurationArgs>

Constructors

constructor(count: Output<Int>? = null, durationType: Output<String>? = null)

Properties

Link copied to clipboard
val count: Output<Int>? = null

The count of the retention duration of the backup policy. Valid value inside daily_schedule is 7 to 9999 and inside weekly_schedule is 1 to 5163.

Link copied to clipboard
val durationType: Output<String>? = null

The duration type of the retention duration of the backup policy. Valid value inside daily_schedule is Days and inside weekly_schedule is Weeks. Defaults to Days.

Functions

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