コマンドオプションサンプル:aws rds create-event-subscription

コマンドサンプルを検索した結果です。

RDSイベント通知サブスクリプションを作成します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/create-event-subscription.html

aws rds create-event-subscription \
    Using Amazon RDS Event Notification - Amazon Relational Database Service : http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_Events.html
aws rds create-event-subscription --subscription-name rds-replica-events-subscription --sns-topic-arn arn:aws:sns:us-east-2:XXXXXXXX:RDS-replication-alarms --enabled
    amazon web services - Error creating RDS event subscription - Stack Overflow : http://stackoverflow.com/questions/50048209/error-creating-rds-event-subscription

aws のオプション一覧