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
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, choose Event subscriptions.
-
In the Event subscriptions pane, choose the subscription that you want to modify and choose Edit.
-
Make your changes to the subscription in either the Target or Source section.
-
Choose Edit. The Amazon RDS console indicates that the subscription is being modified.
To modify an Amazon RDS event notification subscription, use the AWS 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