Listing Amazon RDS event notification subscriptions - Amazon Relational Database Service
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).

Listing Amazon RDS event notification subscriptions

You can list your current Amazon RDS event notification subscriptions.

To list your current Amazon RDS event notification subscriptions
  1. Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/.

  2. In the navigation pane, choose Event subscriptions. The Event subscriptions pane shows all your event notification subscriptions.

    
                                List DB event notification subscriptions

To list your current Amazon RDS event notification subscriptions, use the Amazon CLI describe-event-subscriptions command.

Example

The following example describes all event subscriptions.

aws rds describe-event-subscriptions

The following example describes the myfirsteventsubscription.

aws rds describe-event-subscriptions --subscription-name myfirsteventsubscription

To list your current Amazon RDS event notification subscriptions, call the Amazon RDS API DescribeEventSubscriptions action.