Command option Sample:aws rds modify-db-cluster-parameter-group

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

Modifies the parameters of a DB cluster parameter group.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/rds/modify-db-cluster-parameter-group.html

aws rds modify-db-cluster-parameter-group --db-cluster-parameter-group-name AllowAWSAccess \
    Working with DB Parameter Groups and DB Cluster Parameter Groups - Amazon Aurora : http://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/AuroraMySQL.Integrating.Authorizing.IAM.AddRoleToDBCluster.html
aws rds modify-db-cluster-parameter-group --db-cluster-parameter-group-name percona-cluster --parameters "ParameterName=innodb_flush_log_at_trx_commit
    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 のオプション一覧