parameter_groups_list_only
Lists parameter_groups in a region or regions, for all properties use parameter_groups
Overview
| Name | parameter_groups_list_only |
| Type | Resource |
| Description | The AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup. |
| Id | aws.memorydb.parameter_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
parameter_group_name | string | The name of the parameter group. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all parameter_groups in a region.
SELECT
region,
parameter_group_name
FROM aws.memorydb.parameter_groups_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the parameter_groups_list_only resource, see parameter_groups