Command option Sample:aws rds describe-db-cluster-parameters

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

Returns the detailed parameter list for a particular DB clusterparameter group.Show details from next link. 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=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 のオプション一覧