aws.elasticache.describe_cache_subnet_groups
Example SQL Queries
SELECT * FROMaws.elasticache.describe_cache_subnet_groups;Description
Returns a list of cache subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group. This is applicable only when you have ElastiCache in VPC setup. All ElastiCache clusters now launch in VPC by default.
Table Definition
| Column Name | Column Data Type |
|---|---|
| cache_subnet_group_name Input Column The name of the cache subnet group. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| arn The ARN (Amazon Resource Name) of the cache subnet group. | VARCHAR |
| cache_subnet_group_description The description of the cache subnet group. | VARCHAR |
| subnets A list of subnets associated with the cache subnet group. | STRUCT( |
Show child fields
| |
| supported_network_types Either ipv4 | ipv6 | dual_stack. IPv6 is supported for workloads using Redis OSS engine version 6.2 onward or Memcached engine version 1.6.6 on all instances built on the Nitro system. | VARCHAR[] |
Show child fields
| |
| vpc_id The Amazon Virtual Private Cloud identifier (VPC ID) of the cache subnet group. | VARCHAR |