本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
您可以列出您當前的 Amazon RDS 事件通知訂閱。
列出您當前的 Amazon RDS 事件通知訂閱
登錄 AWS Management Console 並在打開 Amazon RDS 控制台https://console.aws.amazon.com/rds/
。 -
在導覽窗格中,選擇 Event subscriptions (事件訂閱)。Event subscriptions (事件訂閱) 窗格顯示所有事件通知訂閱。
若要列出您目前的 Amazon RDS 事件通知訂閱,請使用 AWS CLI describe-event-subscriptions
指令。
範例
以下範例說明所有事件訂閱。
aws rds describe-event-subscriptions
以下範例說明 myfirsteventsubscription
。
aws rds describe-event-subscriptions --subscription-name
myfirsteventsubscription
若要列出您目前的 Amazon RDS 事件通知訂閱,請呼叫 Amazon RDS API DescribeEventSubscriptions
動作。