subnet_groups
Retrieves a list of subnet_groups
in a region
Overview
Name | subnet_groups |
Type | Resource |
Description | subnet_groups |
Id | awscc.elasticache.subnet_groups |
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
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
cache_subnet_group_name
FROM awscc.elasticache.subnet_groups
WHERE region = 'us-east-1'
Permissions
To operate on the subnet_groups
resource, the following permissions are required:
Create
elasticache:CreateCacheSubnetGroup,
elasticache:AddTagsToResource,
elasticache:DescribeCacheSubnetGroups,
elasticache:ListTagsForResource
List
elasticache:DescribeCacheSubnetGroups