parameter_group_tags
Expands all tag keys and values for parameter_groups in a region
Overview
| Name | parameter_group_tags |
| Type | Resource |
| Description | Resource Type definition for AWS::ElastiCache::ParameterGroup |
| Id | aws.elasticache.parameter_group_tags |
Fields
| Name | Datatype | Description |
|---|---|---|
description | string | The description for this cache parameter group. |
properties | object | A comma-delimited list of parameter name/value pairs. For more information see ModifyCacheParameterGroup in the Amazon ElastiCache API Reference Guide. |
cache_parameter_group_name | string | The name of the Cache Parameter Group. |
cache_parameter_group_family | string | The name of the cache parameter group family that this cache parameter group is compatible with. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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