Granting query monitoring permissions for a user - Amazon Redshift
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Granting query monitoring permissions for a user

Users with sys:monitor permission can view all queries. In addition, users with sys:operator permission can cancel queries, analyze query history, and perform vacuum operations.

To grant query monitoring permission for a user
  1. Enter the following command to provide system monitor access, where user-name is the name of the user for whom you want to provide access.

    grant role sys:monitor to "IAM:user-name";
  2. (Optional) Enter the following command to provide system operator access, where user-name is the name of the user for whom you want to provide access.

    grant role sys:operator to "IAM:user-name";