db_parameter_groups
Retrieves a list of db_parameter_groups
in a region
Overview
Name | db_parameter_groups |
Type | Resource |
Description | db_parameter_groups |
Id | awscc.rds.db_parameter_groups |
Fields
Name | Datatype | Description |
---|---|---|
db_parameter_group_name | string | The 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. |
region | string | AWS 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