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

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

特定のDBクラスタパラメータグループの詳細なパラメータリストを返します。 詳細は次のリンクを参照してください。 https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/describe-db-cluster-parameters.html

aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name mydbclusterparametergroup

The command returns a response like the following:

    Working with DB Parameter Groups and DB Cluster Parameter Groups - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.html
aws rds describe-db-cluster-parameters after initial creation of the group
    vscode-terraform/terraform-provider-aws.json at master 揃 mauve/vscode-terraform 揃 GitHub : http://github.com/mauve/vscode-terraform/blob/master/src/data/terraform-provider-aws.json
aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name
    aws cli で Aurora RDS パラメーターグループの設定値確認 : http://qiita.com/ysakkk/items/d4bd4a02dfcb1254c864
aws rds describe-db-cluster-parameters \
    Aurora MySQL -> Aurora MySQLへのレプリケーション | インフラ関係のメモ書き : http://rikuga.me/2018/01/28/aurora-to-aurora-replication/
aws rds describe-db-cluster-parameters --db-cluster-parameter-group-name=percona-cluster
    How to Configure Aurora Parameters on Amazon RDS - Percona Database Performance Blog : http://www.percona.com/blog/2017/08/09/how-to-configure-aurora-rds-parameters/

aws のオプション一覧