Listing Amazon RDS event notification subscriptions - Amazon Relational Database Service
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 AWS Management Console and open the Amazon RDS console at https://eusc-de-east-1.console.amazonaws-eusc.eu/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 AWS 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.