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::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group |
| Id | awscc.neptune.db_cluster_parameter_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | Provides the name of the DB 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,
name
FROM awscc.neptune.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