| Did this page help you? Yes No Tell us about it... |
Returns information about parameters that are part of a parameter group. You can optionally request only parameters from a specific source.
rds-describe-db-parameters
DBParameterGroupName
[--max-records value ] [--source
value ] [General Options]
| Name | Description | Required |
|---|---|---|
|
|
DB Parameter Group name. This value can also be supplied
using the Type: String Default: None |
Yes |
|
|
Specifies which parameter types to return. Type: String Default: None Valid values: |
No |
The command returns the following information:
Parameter NameThe name of the parameter.
Parameter ValueThe current value of the parameter.
DescriptionA short description of the parameter.
SourceWhether this parameter was
set by the database engine, Amazon RDS (system), or the user. Valid values:
user | system |
engine-default
Data TypeThe data type of the parameter..
Apply TypeThe type of parameter:
Can be either static or dynamic.
Is ModifiableIndicates whether a given parameter is modifiable or not.
Allowed ValuesThe allowed values
for this parameter. This column appears only in the
--show-long view.
Minimum VersionThe earliest engine version to which the parameter can apply.
This example retrieves the parameters for the named parameter group, showing column headers on the output.
PROMPT>rds-describe-db-parameters mydbparamgrp --headersCONFIGPARAMETERS Parameter Name Parameter Value Description Source Apply Type Is Modifiable CONFIGPARAMETERS max_allowed_packet 2M The largest possible packet that can ... user dynamic true CONFIGPARAMETERS log-error /rdsdblog/error/m...specify where mysqld writes the error... engine-default static false