Skip to main content

db_cluster_parameter_groups_list_only

Lists db_cluster_parameter_groups in a region or regions, for all properties use db_cluster_parameter_groups

Overview

Namedb_cluster_parameter_groups_list_only
TypeResource
DescriptionThe AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group.
For information about configuring parameters for Amazon Aurora DB clusters, see [Working with parameter groups](https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/USER_WorkingWithParamGroups.html) in the *Amazon Aurora User Guide*.
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
Idaws.rds.db_cluster_parameter_groups_list_only

Fields

NameDatatypeDescription
db_cluster_parameter_group_namestringThe name of the DB cluster parameter group.
Constraints:
+ Must not match the name of an existing DB cluster parameter group.

This value is stored as a lowercase string.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all db_cluster_parameter_groups in a region.

SELECT
region,
db_cluster_parameter_group_name
FROM aws.rds.db_cluster_parameter_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the db_cluster_parameter_groups_list_only resource, see db_cluster_parameter_groups