Skip to main content

db_parameter_groups_list_only

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

Overview

Namedb_parameter_groups_list_only
TypeResource
DescriptionAWS::Neptune::DBParameterGroup creates a new DB parameter group. This type can be declared in a template and referenced in the DBParameterGroupName parameter of AWS::Neptune::DBInstance
Idawscc.neptune.db_parameter_groups_list_only

Fields

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

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all db_parameter_groups in a region.

SELECT
region,
name
FROM awscc.neptune.db_parameter_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the db_parameter_groups_list_only resource, see db_parameter_groups