Returns the detailed parameter list for a particular DBParameterGroup.
Access
public
Parameters
Parameter |
Type |
Required |
Description |
---|---|---|---|
|
Required |
The name of a specific DB Parameter Group to return details for. Constraints:
|
|
|
Optional |
An associative array of parameters that can have the following keys:
|
Returns
Type |
Description |
---|---|
A |
Examples
Describe the database parameters.
// Instantiate the class $rds = new AmazonRDS(); $response = $rds->describe_db_parameters('myParamGroup', array( 'Source' => 'engine-default' )); // Success? var_dump($response->isOK());Result:
bool(true)
Related Methods
Source
Method defined in services/rds.class.php | Toggle source view (7 lines) | View on GitHub