Auto Backup Settings Args
constructor(backupScheduleType: Output<Either<String, BackupScheduleType>>? = null, backupSystemDbs: Output<Boolean>? = null, enable: Output<Boolean>? = null, enableEncryption: Output<Boolean>? = null, fullBackupFrequency: Output<Either<String, FullBackupFrequencyType>>? = null, fullBackupStartTime: Output<Int>? = null, fullBackupWindowHours: Output<Int>? = null, logBackupFrequency: Output<Int>? = null, password: Output<String>? = null, retentionPeriod: Output<Int>? = null, storageAccessKey: Output<String>? = null, storageAccountUrl: Output<String>? = null)