db_parameter_groups_list_only
Lists db_parameter_groups in a region or regions, for all properties use db_parameter_groups
Overview
| Name | db_parameter_groups_list_only |
| Type | Resource |
| Description | The ``AWS::RDS::DBParameterGroup`` resource creates a custom parameter group for an RDS database family. This type can be declared in a template and referenced in the ``DBParameterGroupName`` property of an ``AWS::RDS::DBInstance`` resource. For information about configuring parameters for Amazon RDS DB instances, see [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/USER_WorkingWithParamGroups.html) in the *Amazon RDS User Guide*. For information about configuring parameters for Amazon Aurora DB instances, see [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.html) in the *Amazon Aurora User Guide*. Applying a parameter group to a DB instance may require the DB instance to reboot, resulting in a database outage for the duration of the reboot. |
| Id | awscc.rds.db_parameter_groups_list_only |
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
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all db_parameter_groups in a region.
SELECT
region,
db_parameter_group_name
FROM awscc.rds.db_parameter_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the db_parameter_groups_list_only resource, see db_parameter_groups