コマンドオプションサンプル:aws rds describe-db-parameter-groups

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

DBParameterGroupの説明のリストを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/describe-db-parameter-groups.html

aws rds describe-db-parameter-groups \
    AWS CLI を使って RDS のパラメータグループの差分を取る : http://blog.manabusakai.com/2017/02/rds-parameter-group-diff/
aws rds describe-db-parameter-groups \
    Working with DB Parameter Groups - Amazon Relational Database Service : http://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html
aws rds describe-db-parameter-groups \
    WordPress RDS Parameter Group Settings 揃 GitHub : http://gist.github.com/emaildano/cb6041e0617c39f8f5e5
aws rds describe-db-parameter-groups --region us-west-2
    describe-db-parameter-groups | Learning in the Open : http://learningintheopen.org/category/technical/amazon/amazon-web-services-aws/relational-data-services-rds/cli/describe-db-parameter-groups/

aws のオプション一覧