Skip to main content

subnet_groups_list_only

Lists subnet_groups in a region or regions, for all properties use subnet_groups

Overview

Namesubnet_groups_list_only
TypeResource
DescriptionResource Type definition for AWS::ElastiCache::SubnetGroup
Idaws.elasticache.subnet_groups_list_only

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.
tagsarray
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all subnet_groups in a region.

SELECT
region,
cache_subnet_group_name
FROM aws.elasticache.subnet_groups_list_only
WHERE region = 'us-east-1';

Permissions

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