Modifying an Amazon RDS event notification subscription - 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).

Modifying an Amazon RDS event notification subscription

After you have created a subscription, you can change the subscription name, source identifier, categories, or topic ARN.

To modify an Amazon RDS event notification subscription
  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.

  3. In the Event subscriptions pane, choose the subscription that you want to modify and choose Edit.

  4. Make your changes to the subscription in either the Target or Source section.

  5. Choose Edit. The Amazon RDS console indicates that the subscription is being modified.

    
                                List DB event notification subscriptions

To modify an Amazon RDS event notification subscription, use the Amazon CLI modify-event-subscription command. Include the following required parameter:

  • --subscription-name

Example

The following code enables myeventsubscription.

For Linux, macOS, or Unix:

aws rds modify-event-subscription \ --subscription-name myeventsubscription \ --enabled

For Windows:

aws rds modify-event-subscription ^ --subscription-name myeventsubscription ^ --enabled

To modify an Amazon RDS event, call the Amazon RDS API operation ModifyEventSubscription. Include the following required parameter:

  • SubscriptionName