From the Redshift official document I know I can use command like grant select(cust_name, cust_phone) on cust_profile to user1; to grant access to specific columns
grant select(cust_name, cust_phone) on cust_profile to user1;