aws.dax.describe_subnet_groups
Example SQL Queries
SELECT * FROMaws.dax.describe_subnet_groups;Description
Returns a list of subnet group descriptions. If a subnet group name is specified, the list will contain only the description of that group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| subnet_group_names Input Column The name of the subnet group. | VARCHAR[] |
Show child fields
| |
| _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 |
| description The description of the subnet group. | VARCHAR |
| subnet_group_name The name of the subnet group. | VARCHAR |
| subnets A list of subnets associated with the subnet group. | STRUCT( |
Show child fields
| |
| vpc_id The Amazon Virtual Private Cloud identifier (VPC ID) of the subnet group. | VARCHAR |