aws.neptune.describe_db_subnet_groups
Example SQL Queries
SELECT * FROMaws.neptune.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.
For an overview of CIDR ranges, go to the Wikipedia Tutorial.
Table Definition
| Column Name | Column Data Type |
|---|---|
| db_subnet_group_name Input Column The name of the DB 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 DB subnet group. | VARCHAR |
| subnet_group_status Provides the status of the DB subnet group. | VARCHAR |
| subnets Contains a list of Subnet elements. | STRUCT( |
Show child fields
| |
| vpc_id Provides the VpcId of the DB subnet group. | VARCHAR |