Skip to main content

db_parameter_groups

Retrieves a list of db_parameter_groups in a region

Overview

Namedb_parameter_groups
TypeResource
Descriptiondb_parameter_groups
Idawscc.rds.db_parameter_groups

Fields

NameDatatypeDescription
db_parameter_group_namestringThe name of the DB parameter group.<br/> Constraints:<br/> + Must be 1 to 255 letters, numbers, or hyphens.<br/> + First character must be a letter<br/> + Can't end with a hyphen or contain two consecutive hyphens<br/> <br/> If you don't specify a value for ``DBParameterGroupName`` property, a name is automatically created for the DB parameter group.<br/> This value is stored as a lowercase string.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
db_parameter_group_name
FROM awscc.rds.db_parameter_groups
WHERE region = 'us-east-1'

Permissions

To operate on the db_parameter_groups resource, the following permissions are required:

Create

iam:CreateServiceLinkedRole,
rds:AddTagsToResource,
rds:CreateDBParameterGroup,
rds:DescribeDBParameterGroups,
rds:DescribeDBParameters,
rds:DescribeEngineDefaultParameters,
rds:ListTagsForResource,
rds:ModifyDBParameterGroup,
rds:RemoveTagsFromResource

List

rds:DescribeDBParameterGroups