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 more information, see Managing an Amazon Aurora DB Cluster in the Amazon Aurora User Guide. |
Id | aws.rds.db_cluster_parameter_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
description | string | A friendly description for this DB cluster parameter group. |
family | string | The DB cluster parameter group family name. A DB cluster parameter group can be associated with one and only one DB cluster parameter group family, and can be applied only to a DB cluster running a DB engine and engine version compatible with that DB cluster parameter group family. |
parameters | object | An array of parameters to be modified. A maximum of 20 parameters can be modified in a single request. |
db_cluster_parameter_group_name | string | |
tags | array | The list of tags for the cluster parameter group. |
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 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