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
DescriptionResource Type definition for AWS::ElastiCache::ParameterGroup
Idaws.elasticache.parameter_groups_list_only

Fields

NameDatatypeDescription
descriptionstringThe description for this cache parameter group.
propertiesobjectA comma-delimited list of parameter name/value pairs. For more information see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide.
tagsarrayTags are composed of a Key/Value pair. You can use tags to categorize and track each parameter group. The tag value null is permitted.
cache_parameter_group_namestringThe name of the Cache Parameter Group.
cache_parameter_group_familystringThe name of the cache parameter group family that this cache parameter group is compatible with.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all parameter_groups in a region.

SELECT
region,
cache_parameter_group_name
FROM aws.elasticache.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