Periodic Mode Properties Args
data class PeriodicModePropertiesArgs(val backupIntervalInMinutes: Output<Int>? = null, val backupRetentionIntervalInHours: Output<Int>? = null, val backupStorageRedundancy: Output<Either<String, BackupStorageRedundancy>>? = null) : ConvertibleToJava<PeriodicModePropertiesArgs>
Configuration values for periodic mode backup
Constructors
Link copied to clipboard
constructor(backupIntervalInMinutes: Output<Int>? = null, backupRetentionIntervalInHours: Output<Int>? = null, backupStorageRedundancy: Output<Either<String, BackupStorageRedundancy>>? = null)