awsdocs / amazon-aurora-user-guide

The open source version of the Amazon Aurora User Guide. You can provide feedback by submitting issues in this repo, or propose changes by submitting a pull request.
Other
53 stars 102 forks source link

Update AuroraMySQL.Reference.md #57

Closed caiola closed 2 years ago

caiola commented 3 years ago

Issue #, if available:

Description of changes:

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

max-webster commented 2 years ago

Although most parameters in the parameter groups use underscore separators, this one is actually represented with hyphen separators:

$ aws rds describe-db-cluster-parameters --region us-east-1 --db-cluster-parameter-group-name default.aurora-mysql5.7 --query '*[*].[ParameterName,ParameterValue,IsModifiable]' --output text | grep handshake
character-set-client-handshake  None    True
skip-character-set-client-handshake None    True

The documentation lists the names exactly as they're returned from the API. I'll close this pull request without merging. Thanks for the suggestion, and I hope this answer helps to clarify.