aws.docdb.describe_db_subnet_groups
Example SQL Queries
SELECT * FROMaws.docdb.describe_db_subnet_groups;Description
Returns a list of DBSubnetGroup descriptions. If a DBSubnetGroupName is specified, the list will contain only the descriptions of the specified DBSubnetGroup.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_subnet_group_name Input Column The name of the subnet group. | VARCHAR |
| filters Input Column This parameter is not currently supported. | STRUCT( |
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 |
| db_subnet_group_arn The Amazon Resource Name (ARN) for the DB subnet group. | VARCHAR |
| db_subnet_group_description Provides the description of the subnet group. | VARCHAR |
| subnet_group_status Provides the status of the subnet group. | VARCHAR |
| subnets Detailed information about one or more subnets within a subnet group. | STRUCT( |
Show child fields
| |
| vpc_id Provides the virtual private cloud (VPC) ID of the subnet group. | VARCHAR |