| Did this page help you? Yes No Tell us about it... |
Returns a description of the default parameters used for the DB Parameter Group Family.
rds-describe-engine-default-parameters
ParameterGroupFamily
[--max-records ] value [General
Options]
| Name | Description | Required |
|---|---|---|
|
|
Contains the name of the DB Parameter Group Family for
which to list defaults. This value can also be set using the
Type: String Default: None |
Yes |
The command returns a table containing the following information:
Parameter NameThe name of the parameter.
Parameter ValueValue of the parameter.
DescriptionA short description of the parameter.
SourceIndicates the source of the parameter. System indicates the parameter source is the Amazon RDS service; EngineDefault indicates the parameter source is the database engine; User indicates the parameter source is the user.
Apply TypeIndicates the type of
parameter. Valid values: static | dynamic
Is ModifiableIndicates whether a given parameter can be modified.
Minimum VersionThe earliest engine version to which the parameter can apply.
This example shows how to display the default DBParameterGroup parameter values for a specific DB Parameter Group family and return the results displaying table headers.
PROMPT> rds-describe-engine-default-parameters MySQL5.1 --headers