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::Neptune::DBClusterParameterGroup resource creates a new Amazon Neptune DB cluster parameter group
Idawscc.neptune.db_cluster_parameter_groups_list_only

Fields

NameDatatypeDescription
namestringProvides the name of the DB cluster parameter group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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