aws.memorydb.describe_subnet_groups
Example SQL Queries
SELECT * FROMaws.memorydb.describe_subnet_groups;Description
Returns a list of subnet group descriptions. If a subnet group name is specified, the list contains only the description of that group.
Table Definition
| Column Name | Column Data Type |
|---|---|
| subnet_group_name Input Column The name of the subnet group to return details for. | 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
| |
| arn The ARN (Amazon Resource Name) of the subnet group. | VARCHAR |
| description A description of the subnet group | VARCHAR |
| 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 |