Backup Schedule Args
data class BackupScheduleArgs(val frequencyInterval: Output<Int>, val frequencyUnit: Output<FrequencyUnit>, val keepAtLeastOneBackup: Output<Boolean>, val retentionPeriodInDays: Output<Int>, val startTime: Output<String>? = null) : ConvertibleToJava<BackupScheduleArgs>
Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.
Constructors
Link copied to clipboard
fun BackupScheduleArgs(frequencyInterval: Output<Int>, frequencyUnit: Output<FrequencyUnit>, keepAtLeastOneBackup: Output<Boolean>, retentionPeriodInDays: Output<Int>, startTime: Output<String>? = null)