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
| Name | db_cluster_parameter_groups_list_only |
| Type | Resource |
| Description | The ``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. |
| Id | awscc.rds.db_cluster_parameter_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
db_cluster_parameter_group_name | string | The name of the DB cluster parameter group.<br />Constraints:<br />+ Must not match the name of an existing DB cluster parameter group.<br /><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_cluster_parameter_groups in a region.
SELECT
region,
db_cluster_parameter_group_name
FROM awscc.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