Skip to main content

subnet_group_tags

Expands all tag keys and values for subnet_groups in a region

Overview

Namesubnet_group_tags
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::SubnetGroup
Idaws.elasticache.subnet_group_tags

Fields

NameDatatypeDescription
descriptionstringThe description for the cache subnet group.
subnet_idsarrayThe EC2 subnet IDs for the cache subnet group.
cache_subnet_group_namestringThe name for the cache subnet group. This value is stored as a lowercase string.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all subnet_groups in a region.

SELECT
region,
description,
subnet_ids,
cache_subnet_group_name,
tag_key,
tag_value
FROM aws.elasticache.subnet_group_tags
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the subnet_group_tags resource, see subnet_groups