subnet_group_tags
Expands all tag keys and values for subnet_groups
in a region
Overview
Name | subnet_group_tags |
Type | Resource |
Description | Resource Type definition for AWS::ElastiCache::SubnetGroup |
Id | aws.elasticache.subnet_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
description | string | The description for the cache subnet group. |
subnet_ids | array | The EC2 subnet IDs for the cache subnet group. |
cache_subnet_group_name | string | The name for the cache subnet group. This value is stored as a lowercase string. |
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 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