Skip to main content

parameter_groups_list_only

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

Overview

Nameparameter_groups_list_only
TypeResource
DescriptionThe AWS::MemoryDB::ParameterGroup resource creates an Amazon MemoryDB ParameterGroup.
Idaws.memorydb.parameter_groups_list_only

Fields

NameDatatypeDescription
parameter_group_namestringThe name of the parameter group.
familystringThe name of the parameter group family that this parameter group is compatible with.
descriptionstringA description of the parameter group.
tagsarrayAn array of key-value pairs to apply to this parameter group.
parametersobjectAn map of parameter names and values for the parameter update. You must supply at least one parameter name and value; subsequent arguments are optional.
arnstringThe Amazon Resource Name (ARN) of the parameter group.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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