Amazon RDS イベント通知サブスクリプションからのソース識別子の削除
そのソースのイベントの通知を今後は受け取らない場合、サブスクリプションからソース識別子 (イベントを生成する Amazon RDS ソース) を削除できます。
Amazon RDS コンソールを使用し、サブスクリプションを変更するときに選択または選択解除することで、ソース識別子を簡単に追加または削除できます。詳細については、「Amazon RDS イベント通知サブスクリプションを変更する」を参照してください。
Amazon RDS イベント通知サブスクリプションからソース識別子を削除するには、AWS CLI の remove-source-identifier-from-subscription
コマンドを使用します。以下の必須パラメータを含めます。
-
--subscription-name
-
--source-identifier
例
次の例は、ソース識別子 mysqldb
を myrdseventsubscription
サブスクリプションから削除します。
Linux、macOS、Unix の場合:
aws rds remove-source-identifier-from-subscription \ --subscription-name
myrdseventsubscription
\ --source-identifiermysqldb
Windows の場合:
aws rds remove-source-identifier-from-subscription ^ --subscription-name
myrdseventsubscription
^ --source-identifiermysqldb
Amazon RDS イベント通知サブスクリプションからソース識別子を削除するには、Amazon RDS API RemoveSourceIdentifierFromSubscription
コマンドを使用します。以下の必須パラメータを含めます。
-
SubscriptionName
-
SourceIdentifier