Skip to main content

parameter_group_tags

Expands all tag keys and values for parameter_groups in a region

Overview

Nameparameter_group_tags
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::ParameterGroup
Idaws.elasticache.parameter_group_tags

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.
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.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all parameter_groups in a region.

SELECT
region,
description,
properties,
cache_parameter_group_name,
cache_parameter_group_family,
tag_key,
tag_value
FROM aws.elasticache.parameter_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the parameter_group_tags resource, see parameter_groups