1 Answers
1
Accepted Answer
Hello,
Thank you for reaching out to AWS. Kindly find the details you are looking for :-
ALTER and SHARE are the only privileges that you can grant to users and user groups.
The following is the syntax for using GRANT for datashare privileges on Amazon Redshift. ALTER and SHARE are the only privileges that you can grant to users and user groups in this case.
GRANT { ALTER | SHARE } ON DATASHARE datashare_name
TO { username [ WITH GRANT OPTION ] | ROLE role_name | GROUP group_name | PUBLIC } [, ...]
https://docs.aws.amazon.com/redshift/latest/dg/r_GRANT.html
I Hope this is helpful.
Thank you !
answered 2 months ago
Relevant questions
RDSADMIN_UTIL: what syntax to grant a system privilege?
asked 5 months agoOracle sys.utl_recomp grant permission to user
Accepted Answerasked 3 years agoHow to grant permission to create a log file in sagemaker?
asked 6 months agoRedshift - How to grant user permission to SELECT from a view without granting access to the underlying external table
asked a month agoI cannot seem to create schema-level permissions in Babelfish
Accepted Answerasked a month agoRedshift Datashare: Grant CREATE DATASHARE permissions to users
Accepted Answerasked 2 months agoDrop datashare does not allow for re-create and share with same name later?
asked 7 months agoAWS Service Catalog. Grant SSO Users to the Portfolio
asked 4 months agoHow to grant users read only permission to Athena
Accepted Answerasked 2 years agoRedshift - Grant users access to system tables
asked 2 months ago