subnet_groups_list_only
Lists subnet_groups in a region or regions, for all properties use subnet_groups
Overview
| Name | subnet_groups_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::ElastiCache::SubnetGroup |
| Id | aws.elasticache.subnet_groups_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
cache_subnet_group_name | string | The name for the cache subnet group. This value is stored as a lowercase string. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
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