Command option Sample:aws rds create-event-subscription

Search command sample in the internet.It is the result.

Creates an RDS event notification subscription.Show details from next link. 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 のオプション一覧