db_parameter_groups_list_only
Lists db_parameter_groups in a region or regions, for all properties use db_parameter_groups
Overview
| Name | db_parameter_groups_list_only |
| Type | Resource |
| Description | AWS::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 |
| Id | awscc.neptune.db_parameter_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
name | string | Provides the name of the DB parameter group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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